Shades of Medium Orchid #B03ECC
Tints of Medium Orchid #B03ECC
RGB
CMYK
RGB Variations
Color information
#B03ECC (or 0xB03ECC) is known color: Medium Orchid. HEX triplet: B0, 3E and CC. RGB value is (176,62,204). Sum of RGB (Red+Green+Blue) = 176+62+204=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #B03ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03ECC is #4FC133. Grayscale: #6F6F6F. Windows color (decimal): -5226804 or 13385392. OLE color: 13385392.
HSL color Cylindrical-coordinate representation of color #B03ECC: hue angle of 288.17º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03ECC is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 62 | 204 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.2 |
| HSL | 288.17º | 0.58% | 0.52% | - |
| HSV(B) | 288.17º | 0.7% | 0.8% | - |
| XYZ | 30.53 | 17.03 | 58.81 | - |
| YUV | 112.27 | 179.77 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 204 | 0.14 | 0.70 | 0 | 0.2 | 288.17 | 0.58 | 0.52 |
| Hex | B0 | 3E | CC | E | 46 | 0 | 14 | 120 | 3A | 34 |
| Octal | 260 | 76 | 314 | 16 | 106 | 0 | 24 | 440 | 72 | 64 |
| Binary | 10110000 | 111110 | 11001100 | 1110 | 1000110 | 0 | 10100 | 100100000 | 111010 | 110100 |
Color Harmonies of #B03ECC
Complementary color
Monochromatic Colors of #B03ECC
Black with #B03ECC
Text Example
Text Example
White with #B03ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03ECC; }
p { color: rgb(176,62,204); }
H1.HeaderClassName
{
color: #B03ECC;
}
.AnyTagClassName
{
color: #B03ECC;
}
</style>
background-color css
<style>
a { background-color: #B03ECC; }
a { background-color: rgb(176,62,204); }
div.DivClassName
{
background-color: #B03ECC;
}
.BgClassName
{
background-color: #B03ECC;
}
</style>
border-color css
<style>
span { border-color: #B03ECC; }
span { border-color: rgb(176,62,204); }
td.TdClassName
{
border-color: #B03ECC;
}
.TagClassName
{
border-color: #B03ECC;
}
</style>