Shades of Dark Orchid #B02DCA
Tints of Dark Orchid #B02DCA
RGB
CMYK
RGB Variations
Color information
#B02DCA (or 0xB02DCA) is known color: Dark Orchid. HEX triplet: B0, 2D and CA. RGB value is (176,45,202). Sum of RGB (Red+Green+Blue) = 176+45+202=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #B02DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DCA is #4FD235. Grayscale: #656565. Windows color (decimal): -5231158 or 13249968. OLE color: 13249968.
HSL color Cylindrical-coordinate representation of color #B02DCA: hue angle of 290.06º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02DCA is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 45 | 202 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.21 |
| HSL | 290.06º | 0.64% | 0.48% | - |
| HSV(B) | 290.06º | 0.78% | 0.79% | - |
| XYZ | 29.5 | 15.37 | 57.29 | - |
| YUV | 102.07 | 184.4 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 202 | 0.13 | 0.78 | 0 | 0.21 | 290.06 | 0.64 | 0.48 |
| Hex | B0 | 2D | CA | D | 4E | 0 | 15 | 122 | 40 | 30 |
| Octal | 260 | 55 | 312 | 15 | 116 | 0 | 25 | 442 | 100 | 60 |
| Binary | 10110000 | 101101 | 11001010 | 1101 | 1001110 | 0 | 10101 | 100100010 | 1000000 | 110000 |
Color Harmonies of #B02DCA
Complementary color
Monochromatic Colors of #B02DCA
Black with #B02DCA
Text Example
Text Example
White with #B02DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02DCA; }
p { color: rgb(176,45,202); }
H1.HeaderClassName
{
color: #B02DCA;
}
.AnyTagClassName
{
color: #B02DCA;
}
</style>
background-color css
<style>
a { background-color: #B02DCA; }
a { background-color: rgb(176,45,202); }
div.DivClassName
{
background-color: #B02DCA;
}
.BgClassName
{
background-color: #B02DCA;
}
</style>
border-color css
<style>
span { border-color: #B02DCA; }
span { border-color: rgb(176,45,202); }
td.TdClassName
{
border-color: #B02DCA;
}
.TagClassName
{
border-color: #B02DCA;
}
</style>