Shades of Dark Orchid #B02ECF
Tints of Dark Orchid #B02ECF
RGB
CMYK
RGB Variations
Color information
#B02ECF (or 0xB02ECF) is known color: Dark Orchid. HEX triplet: B0, 2E and CF. RGB value is (176,46,207). Sum of RGB (Red+Green+Blue) = 176+46+207=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #B02ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02ECF is #4FD130. Grayscale: #666666. Windows color (decimal): -5230897 or 13577904. OLE color: 13577904.
HSL color Cylindrical-coordinate representation of color #B02ECF: hue angle of 288.45º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02ECF is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 46 | 207 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.19 |
| HSL | 288.45º | 0.64% | 0.5% | - |
| HSV(B) | 288.45º | 0.78% | 0.81% | - |
| XYZ | 30.14 | 15.69 | 60.47 | - |
| YUV | 103.22 | 186.57 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 46 | 207 | 0.15 | 0.78 | 0 | 0.19 | 288.45 | 0.64 | 0.5 |
| Hex | B0 | 2E | CF | F | 4E | 0 | 13 | 120 | 40 | 32 |
| Octal | 260 | 56 | 317 | 17 | 116 | 0 | 23 | 440 | 100 | 62 |
| Binary | 10110000 | 101110 | 11001111 | 1111 | 1001110 | 0 | 10011 | 100100000 | 1000000 | 110010 |
Color Harmonies of #B02ECF
Complementary color
Monochromatic Colors of #B02ECF
Black with #B02ECF
Text Example
Text Example
White with #B02ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02ECF; }
p { color: rgb(176,46,207); }
H1.HeaderClassName
{
color: #B02ECF;
}
.AnyTagClassName
{
color: #B02ECF;
}
</style>
background-color css
<style>
a { background-color: #B02ECF; }
a { background-color: rgb(176,46,207); }
div.DivClassName
{
background-color: #B02ECF;
}
.BgClassName
{
background-color: #B02ECF;
}
</style>
border-color css
<style>
span { border-color: #B02ECF; }
span { border-color: rgb(176,46,207); }
td.TdClassName
{
border-color: #B02ECF;
}
.TagClassName
{
border-color: #B02ECF;
}
</style>