Shades of Medium Orchid #B03EE4
Tints of Medium Orchid #B03EE4
RGB
CMYK
RGB Variations
Color information
#B03EE4 (or 0xB03EE4) is known color: Medium Orchid. HEX triplet: B0, 3E and E4. RGB value is (176,62,228). Sum of RGB (Red+Green+Blue) = 176+62+228=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #B03EE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03EE4 is #4FC11B. Grayscale: #727272. Windows color (decimal): -5226780 or 14958256. OLE color: 14958256.
HSL color Cylindrical-coordinate representation of color #B03EE4: hue angle of 281.2º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03EE4 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 62 | 228 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.11 |
| HSL | 281.2º | 0.75% | 0.57% | - |
| HSV(B) | 281.2º | 0.73% | 0.89% | - |
| XYZ | 33.63 | 18.28 | 75.15 | - |
| YUV | 115.01 | 191.77 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 228 | 0.23 | 0.73 | 0 | 0.11 | 281.2 | 0.75 | 0.57 |
| Hex | B0 | 3E | E4 | 17 | 49 | 0 | B | 119 | 4B | 39 |
| Octal | 260 | 76 | 344 | 27 | 111 | 0 | 13 | 431 | 113 | 71 |
| Binary | 10110000 | 111110 | 11100100 | 10111 | 1001001 | 0 | 1011 | 100011001 | 1001011 | 111001 |
Color Harmonies of #B03EE4
Complementary color
Monochromatic Colors of #B03EE4
Black with #B03EE4
Text Example
Text Example
White with #B03EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03EE4; }
p { color: rgb(176,62,228); }
H1.HeaderClassName
{
color: #B03EE4;
}
.AnyTagClassName
{
color: #B03EE4;
}
</style>
background-color css
<style>
a { background-color: #B03EE4; }
a { background-color: rgb(176,62,228); }
div.DivClassName
{
background-color: #B03EE4;
}
.BgClassName
{
background-color: #B03EE4;
}
</style>
border-color css
<style>
span { border-color: #B03EE4; }
span { border-color: rgb(176,62,228); }
td.TdClassName
{
border-color: #B03EE4;
}
.TagClassName
{
border-color: #B03EE4;
}
</style>