Shades of Dark Orchid #B02CE0
Tints of Dark Orchid #B02CE0
RGB
CMYK
RGB Variations
Color information
#B02CE0 (or 0xB02CE0) is known color: Dark Orchid. HEX triplet: B0, 2C and E0. RGB value is (176,44,224). Sum of RGB (Red+Green+Blue) = 176+44+224=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 224 (87.89% from 255 or 50.45% from 444); Max value from RGB is 224 - color contains mainly: blue. Hex color #B02CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02CE0 is #4FD31F. Grayscale: #676767. Windows color (decimal): -5231392 or 14691504. OLE color: 14691504.
HSL color Cylindrical-coordinate representation of color #B02CE0: hue angle of 284º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02CE0 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 44 | 224 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.12 |
| HSL | 284º | 0.74% | 0.53% | - |
| HSV(B) | 284º | 0.8% | 0.88% | - |
| XYZ | 32.26 | 16.41 | 71.99 | - |
| YUV | 103.99 | 195.73 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 224 | 0.21 | 0.80 | 0 | 0.12 | 284 | 0.74 | 0.53 |
| Hex | B0 | 2C | E0 | 15 | 50 | 0 | C | 11C | 4A | 35 |
| Octal | 260 | 54 | 340 | 25 | 120 | 0 | 14 | 434 | 112 | 65 |
| Binary | 10110000 | 101100 | 11100000 | 10101 | 1010000 | 0 | 1100 | 100011100 | 1001010 | 110101 |
Color Harmonies of #B02CE0
Complementary color
Monochromatic Colors of #B02CE0
Black with #B02CE0
Text Example
Text Example
White with #B02CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02CE0; }
p { color: rgb(176,44,224); }
H1.HeaderClassName
{
color: #B02CE0;
}
.AnyTagClassName
{
color: #B02CE0;
}
</style>
background-color css
<style>
a { background-color: #B02CE0; }
a { background-color: rgb(176,44,224); }
div.DivClassName
{
background-color: #B02CE0;
}
.BgClassName
{
background-color: #B02CE0;
}
</style>
border-color css
<style>
span { border-color: #B02CE0; }
span { border-color: rgb(176,44,224); }
td.TdClassName
{
border-color: #B02CE0;
}
.TagClassName
{
border-color: #B02CE0;
}
</style>