Shades of Dark Orchid #B02FDC
Tints of Dark Orchid #B02FDC
RGB
CMYK
RGB Variations
Color information
#B02FDC (or 0xB02FDC) is known color: Dark Orchid. HEX triplet: B0, 2F and DC. RGB value is (176,47,220). Sum of RGB (Red+Green+Blue) = 176+47+220=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #B02FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02FDC is #4FD023. Grayscale: #686868. Windows color (decimal): -5230628 or 14430128. OLE color: 14430128.
HSL color Cylindrical-coordinate representation of color #B02FDC: hue angle of 284.74º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02FDC is Cyan = 0.2, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 47 | 220 | - |
| CMYK | 0.2 | 0.79 | 0 | 0.14 |
| HSL | 284.74º | 0.71% | 0.52% | - |
| HSV(B) | 284.74º | 0.79% | 0.86% | - |
| XYZ | 31.84 | 16.43 | 69.2 | - |
| YUV | 105.29 | 192.74 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 47 | 220 | 0.2 | 0.79 | 0 | 0.14 | 284.74 | 0.71 | 0.52 |
| Hex | B0 | 2F | DC | 14 | 4F | 0 | E | 11D | 47 | 34 |
| Octal | 260 | 57 | 334 | 24 | 117 | 0 | 16 | 435 | 107 | 64 |
| Binary | 10110000 | 101111 | 11011100 | 10100 | 1001111 | 0 | 1110 | 100011101 | 1000111 | 110100 |
Color Harmonies of #B02FDC
Complementary color
Monochromatic Colors of #B02FDC
Black with #B02FDC
Text Example
Text Example
White with #B02FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02FDC; }
p { color: rgb(176,47,220); }
H1.HeaderClassName
{
color: #B02FDC;
}
.AnyTagClassName
{
color: #B02FDC;
}
</style>
background-color css
<style>
a { background-color: #B02FDC; }
a { background-color: rgb(176,47,220); }
div.DivClassName
{
background-color: #B02FDC;
}
.BgClassName
{
background-color: #B02FDC;
}
</style>
border-color css
<style>
span { border-color: #B02FDC; }
span { border-color: rgb(176,47,220); }
td.TdClassName
{
border-color: #B02FDC;
}
.TagClassName
{
border-color: #B02FDC;
}
</style>