Shades of Medium Orchid #B04ECF
Tints of Medium Orchid #B04ECF
RGB
CMYK
RGB Variations
Color information
#B04ECF (or 0xB04ECF) is known color: Medium Orchid. HEX triplet: B0, 4E and CF. RGB value is (176,78,207). Sum of RGB (Red+Green+Blue) = 176+78+207=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #B04ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04ECF is #4FB130. Grayscale: #797979. Windows color (decimal): -5222705 or 13586096. OLE color: 13586096.
HSL color Cylindrical-coordinate representation of color #B04ECF: hue angle of 285.58º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04ECF is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 78 | 207 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.19 |
| HSL | 285.58º | 0.57% | 0.56% | - |
| HSV(B) | 285.58º | 0.62% | 0.81% | - |
| XYZ | 31.89 | 19.18 | 61.05 | - |
| YUV | 122.01 | 175.97 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 207 | 0.15 | 0.62 | 0 | 0.19 | 285.58 | 0.57 | 0.56 |
| Hex | B0 | 4E | CF | F | 3E | 0 | 13 | 11E | 39 | 38 |
| Octal | 260 | 116 | 317 | 17 | 76 | 0 | 23 | 436 | 71 | 70 |
| Binary | 10110000 | 1001110 | 11001111 | 1111 | 111110 | 0 | 10011 | 100011110 | 111001 | 111000 |
Color Harmonies of #B04ECF
Complementary color
Monochromatic Colors of #B04ECF
Black with #B04ECF
Text Example
Text Example
White with #B04ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04ECF; }
p { color: rgb(176,78,207); }
H1.HeaderClassName
{
color: #B04ECF;
}
.AnyTagClassName
{
color: #B04ECF;
}
</style>
background-color css
<style>
a { background-color: #B04ECF; }
a { background-color: rgb(176,78,207); }
div.DivClassName
{
background-color: #B04ECF;
}
.BgClassName
{
background-color: #B04ECF;
}
</style>
border-color css
<style>
span { border-color: #B04ECF; }
span { border-color: rgb(176,78,207); }
td.TdClassName
{
border-color: #B04ECF;
}
.TagClassName
{
border-color: #B04ECF;
}
</style>