Shades of Dark Orchid #B02ADC
Tints of Dark Orchid #B02ADC
RGB
CMYK
RGB Variations
Color information
#B02ADC (or 0xB02ADC) is known color: Dark Orchid. HEX triplet: B0, 2A and DC. RGB value is (176,42,220). Sum of RGB (Red+Green+Blue) = 176+42+220=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #B02ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02ADC is #4FD523. Grayscale: #656565. Windows color (decimal): -5231908 or 14428848. OLE color: 14428848.
HSL color Cylindrical-coordinate representation of color #B02ADC: hue angle of 285.17º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02ADC is Cyan = 0.2, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 42 | 220 | - |
| CMYK | 0.2 | 0.81 | 0 | 0.14 |
| HSL | 285.17º | 0.72% | 0.51% | - |
| HSV(B) | 285.17º | 0.81% | 0.86% | - |
| XYZ | 31.65 | 16.05 | 69.14 | - |
| YUV | 102.36 | 194.39 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 42 | 220 | 0.2 | 0.81 | 0 | 0.14 | 285.17 | 0.72 | 0.51 |
| Hex | B0 | 2A | DC | 14 | 51 | 0 | E | 11D | 48 | 33 |
| Octal | 260 | 52 | 334 | 24 | 121 | 0 | 16 | 435 | 110 | 63 |
| Binary | 10110000 | 101010 | 11011100 | 10100 | 1010001 | 0 | 1110 | 100011101 | 1001000 | 110011 |
Color Harmonies of #B02ADC
Complementary color
Monochromatic Colors of #B02ADC
Black with #B02ADC
Text Example
Text Example
White with #B02ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02ADC; }
p { color: rgb(176,42,220); }
H1.HeaderClassName
{
color: #B02ADC;
}
.AnyTagClassName
{
color: #B02ADC;
}
</style>
background-color css
<style>
a { background-color: #B02ADC; }
a { background-color: rgb(176,42,220); }
div.DivClassName
{
background-color: #B02ADC;
}
.BgClassName
{
background-color: #B02ADC;
}
</style>
border-color css
<style>
span { border-color: #B02ADC; }
span { border-color: rgb(176,42,220); }
td.TdClassName
{
border-color: #B02ADC;
}
.TagClassName
{
border-color: #B02ADC;
}
</style>