Shades of Dark Orchid #B02CED
Tints of Dark Orchid #B02CED
RGB
CMYK
RGB Variations
Color information
#B02CED (or 0xB02CED) is known color: Dark Orchid. HEX triplet: B0, 2C and ED. RGB value is (176,44,237). Sum of RGB (Red+Green+Blue) = 176+44+237=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #B02CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02CED is #4FD312. Grayscale: #686868. Windows color (decimal): -5231379 or 15543472. OLE color: 15543472.
HSL color Cylindrical-coordinate representation of color #B02CED: hue angle of 281.04º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02CED is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 44 | 237 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.07 |
| HSL | 281.04º | 0.84% | 0.55% | - |
| HSV(B) | 281.04º | 0.81% | 0.93% | - |
| XYZ | 34.09 | 17.15 | 81.63 | - |
| YUV | 105.47 | 202.23 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 237 | 0.26 | 0.81 | 0 | 0.07 | 281.04 | 0.84 | 0.55 |
| Hex | B0 | 2C | ED | 1A | 51 | 0 | 7 | 119 | 54 | 37 |
| Octal | 260 | 54 | 355 | 32 | 121 | 0 | 7 | 431 | 124 | 67 |
| Binary | 10110000 | 101100 | 11101101 | 11010 | 1010001 | 0 | 111 | 100011001 | 1010100 | 110111 |
Color Harmonies of #B02CED
Complementary color
Monochromatic Colors of #B02CED
Black with #B02CED
Text Example
Text Example
White with #B02CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02CED; }
p { color: rgb(176,44,237); }
H1.HeaderClassName
{
color: #B02CED;
}
.AnyTagClassName
{
color: #B02CED;
}
</style>
background-color css
<style>
a { background-color: #B02CED; }
a { background-color: rgb(176,44,237); }
div.DivClassName
{
background-color: #B02CED;
}
.BgClassName
{
background-color: #B02CED;
}
</style>
border-color css
<style>
span { border-color: #B02CED; }
span { border-color: rgb(176,44,237); }
td.TdClassName
{
border-color: #B02CED;
}
.TagClassName
{
border-color: #B02CED;
}
</style>