Shades of Dark Orchid #B02CDF
Tints of Dark Orchid #B02CDF
RGB
CMYK
RGB Variations
Color information
#B02CDF (or 0xB02CDF) is known color: Dark Orchid. HEX triplet: B0, 2C and DF. RGB value is (176,44,223). Sum of RGB (Red+Green+Blue) = 176+44+223=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #B02CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02CDF is #4FD320. Grayscale: #676767. Windows color (decimal): -5231393 or 14625968. OLE color: 14625968.
HSL color Cylindrical-coordinate representation of color #B02CDF: hue angle of 284.25º degrees, saturation: 0.74, 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 #B02CDF is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 44 | 223 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.13 |
| HSL | 284.25º | 0.74% | 0.52% | - |
| HSV(B) | 284.25º | 0.8% | 0.87% | - |
| XYZ | 32.12 | 16.36 | 71.28 | - |
| YUV | 103.87 | 195.23 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 223 | 0.21 | 0.80 | 0 | 0.13 | 284.25 | 0.74 | 0.52 |
| Hex | B0 | 2C | DF | 15 | 50 | 0 | D | 11C | 4A | 34 |
| Octal | 260 | 54 | 337 | 25 | 120 | 0 | 15 | 434 | 112 | 64 |
| Binary | 10110000 | 101100 | 11011111 | 10101 | 1010000 | 0 | 1101 | 100011100 | 1001010 | 110100 |
Color Harmonies of #B02CDF
Complementary color
Monochromatic Colors of #B02CDF
Black with #B02CDF
Text Example
Text Example
White with #B02CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02CDF; }
p { color: rgb(176,44,223); }
H1.HeaderClassName
{
color: #B02CDF;
}
.AnyTagClassName
{
color: #B02CDF;
}
</style>
background-color css
<style>
a { background-color: #B02CDF; }
a { background-color: rgb(176,44,223); }
div.DivClassName
{
background-color: #B02CDF;
}
.BgClassName
{
background-color: #B02CDF;
}
</style>
border-color css
<style>
span { border-color: #B02CDF; }
span { border-color: rgb(176,44,223); }
td.TdClassName
{
border-color: #B02CDF;
}
.TagClassName
{
border-color: #B02CDF;
}
</style>