Shades of Dark Orchid #B02CDC
Tints of Dark Orchid #B02CDC
RGB
CMYK
RGB Variations
Color information
#B02CDC (or 0xB02CDC) is known color: Dark Orchid. HEX triplet: B0, 2C and DC. RGB value is (176,44,220). Sum of RGB (Red+Green+Blue) = 176+44+220=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #B02CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02CDC is #4FD323. Grayscale: #666666. Windows color (decimal): -5231396 or 14429360. OLE color: 14429360.
HSL color Cylindrical-coordinate representation of color #B02CDC: hue angle of 285º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02CDC is Cyan = 0.2, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 44 | 220 | - |
| CMYK | 0.2 | 0.8 | 0 | 0.14 |
| HSL | 285º | 0.72% | 0.52% | - |
| HSV(B) | 285º | 0.8% | 0.86% | - |
| XYZ | 31.72 | 16.2 | 69.16 | - |
| YUV | 103.53 | 193.73 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 220 | 0.2 | 0.8 | 0 | 0.14 | 285 | 0.72 | 0.52 |
| Hex | B0 | 2C | DC | 14 | 50 | 0 | E | 11D | 48 | 34 |
| Octal | 260 | 54 | 334 | 24 | 120 | 0 | 16 | 435 | 110 | 64 |
| Binary | 10110000 | 101100 | 11011100 | 10100 | 1010000 | 0 | 1110 | 100011101 | 1001000 | 110100 |
Color Harmonies of #B02CDC
Complementary color
Monochromatic Colors of #B02CDC
Black with #B02CDC
Text Example
Text Example
White with #B02CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02CDC; }
p { color: rgb(176,44,220); }
H1.HeaderClassName
{
color: #B02CDC;
}
.AnyTagClassName
{
color: #B02CDC;
}
</style>
background-color css
<style>
a { background-color: #B02CDC; }
a { background-color: rgb(176,44,220); }
div.DivClassName
{
background-color: #B02CDC;
}
.BgClassName
{
background-color: #B02CDC;
}
</style>
border-color css
<style>
span { border-color: #B02CDC; }
span { border-color: rgb(176,44,220); }
td.TdClassName
{
border-color: #B02CDC;
}
.TagClassName
{
border-color: #B02CDC;
}
</style>