Shades of Dark Orchid #B02CDD
Tints of Dark Orchid #B02CDD
RGB
CMYK
RGB Variations
Color information
#B02CDD (or 0xB02CDD) is known color: Dark Orchid. HEX triplet: B0, 2C and DD. RGB value is (176,44,221). Sum of RGB (Red+Green+Blue) = 176+44+221=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #B02CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02CDD is #4FD322. Grayscale: #676767. Windows color (decimal): -5231395 or 14494896. OLE color: 14494896.
HSL color Cylindrical-coordinate representation of color #B02CDD: hue angle of 284.75º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02CDD is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 44 | 221 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.13 |
| HSL | 284.75º | 0.72% | 0.52% | - |
| HSV(B) | 284.75º | 0.8% | 0.87% | - |
| XYZ | 31.86 | 16.25 | 69.86 | - |
| YUV | 103.65 | 194.23 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 221 | 0.20 | 0.80 | 0 | 0.13 | 284.75 | 0.72 | 0.52 |
| Hex | B0 | 2C | DD | 14 | 50 | 0 | D | 11D | 48 | 34 |
| Octal | 260 | 54 | 335 | 24 | 120 | 0 | 15 | 435 | 110 | 64 |
| Binary | 10110000 | 101100 | 11011101 | 10100 | 1010000 | 0 | 1101 | 100011101 | 1001000 | 110100 |
Color Harmonies of #B02CDD
Complementary color
Monochromatic Colors of #B02CDD
Black with #B02CDD
Text Example
Text Example
White with #B02CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02CDD; }
p { color: rgb(176,44,221); }
H1.HeaderClassName
{
color: #B02CDD;
}
.AnyTagClassName
{
color: #B02CDD;
}
</style>
background-color css
<style>
a { background-color: #B02CDD; }
a { background-color: rgb(176,44,221); }
div.DivClassName
{
background-color: #B02CDD;
}
.BgClassName
{
background-color: #B02CDD;
}
</style>
border-color css
<style>
span { border-color: #B02CDD; }
span { border-color: rgb(176,44,221); }
td.TdClassName
{
border-color: #B02CDD;
}
.TagClassName
{
border-color: #B02CDD;
}
</style>