Shades of Medium Orchid #B044EE
Tints of Medium Orchid #B044EE
RGB
CMYK
RGB Variations
Color information
#B044EE (or 0xB044EE) is known color: Medium Orchid. HEX triplet: B0, 44 and EE. RGB value is (176,68,238). Sum of RGB (Red+Green+Blue) = 176+68+238=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #B044EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044EE is #4FBB11. Grayscale: #777777. Windows color (decimal): -5225234 or 15615152. OLE color: 15615152.
HSL color Cylindrical-coordinate representation of color #B044EE: hue angle of 278.12º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B044EE is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 68 | 238 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.07 |
| HSL | 278.12º | 0.83% | 0.6% | - |
| HSV(B) | 278.12º | 0.71% | 0.93% | - |
| XYZ | 35.4 | 19.54 | 82.79 | - |
| YUV | 119.67 | 194.78 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 238 | 0.26 | 0.71 | 0 | 0.07 | 278.12 | 0.83 | 0.6 |
| Hex | B0 | 44 | EE | 1A | 47 | 0 | 7 | 116 | 53 | 3C |
| Octal | 260 | 104 | 356 | 32 | 107 | 0 | 7 | 426 | 123 | 74 |
| Binary | 10110000 | 1000100 | 11101110 | 11010 | 1000111 | 0 | 111 | 100010110 | 1010011 | 111100 |
Color Harmonies of #B044EE
Complementary color
Monochromatic Colors of #B044EE
Black with #B044EE
Text Example
Text Example
White with #B044EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044EE; }
p { color: rgb(176,68,238); }
H1.HeaderClassName
{
color: #B044EE;
}
.AnyTagClassName
{
color: #B044EE;
}
</style>
background-color css
<style>
a { background-color: #B044EE; }
a { background-color: rgb(176,68,238); }
div.DivClassName
{
background-color: #B044EE;
}
.BgClassName
{
background-color: #B044EE;
}
</style>
border-color css
<style>
span { border-color: #B044EE; }
span { border-color: rgb(176,68,238); }
td.TdClassName
{
border-color: #B044EE;
}
.TagClassName
{
border-color: #B044EE;
}
</style>