Shades of Medium Orchid #B04ECC
Tints of Medium Orchid #B04ECC
RGB
CMYK
RGB Variations
Color information
#B04ECC (or 0xB04ECC) is known color: Medium Orchid. HEX triplet: B0, 4E and CC. RGB value is (176,78,204). Sum of RGB (Red+Green+Blue) = 176+78+204=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #B04ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04ECC is #4FB133. Grayscale: #797979. Windows color (decimal): -5222708 or 13389488. OLE color: 13389488.
HSL color Cylindrical-coordinate representation of color #B04ECC: hue angle of 286.67º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04ECC is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 78 | 204 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.2 |
| HSL | 286.67º | 0.55% | 0.55% | - |
| HSV(B) | 286.67º | 0.62% | 0.8% | - |
| XYZ | 31.53 | 19.04 | 59.14 | - |
| YUV | 121.67 | 174.47 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 204 | 0.14 | 0.62 | 0 | 0.2 | 286.67 | 0.55 | 0.55 |
| Hex | B0 | 4E | CC | E | 3E | 0 | 14 | 11F | 37 | 37 |
| Octal | 260 | 116 | 314 | 16 | 76 | 0 | 24 | 437 | 67 | 67 |
| Binary | 10110000 | 1001110 | 11001100 | 1110 | 111110 | 0 | 10100 | 100011111 | 110111 | 110111 |
Color Harmonies of #B04ECC
Complementary color
Monochromatic Colors of #B04ECC
Black with #B04ECC
Text Example
Text Example
White with #B04ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04ECC; }
p { color: rgb(176,78,204); }
H1.HeaderClassName
{
color: #B04ECC;
}
.AnyTagClassName
{
color: #B04ECC;
}
</style>
background-color css
<style>
a { background-color: #B04ECC; }
a { background-color: rgb(176,78,204); }
div.DivClassName
{
background-color: #B04ECC;
}
.BgClassName
{
background-color: #B04ECC;
}
</style>
border-color css
<style>
span { border-color: #B04ECC; }
span { border-color: rgb(176,78,204); }
td.TdClassName
{
border-color: #B04ECC;
}
.TagClassName
{
border-color: #B04ECC;
}
</style>