Shades of Dark Orchid #B02FCD
Tints of Dark Orchid #B02FCD
RGB
CMYK
RGB Variations
Color information
#B02FCD (or 0xB02FCD) is known color: Dark Orchid. HEX triplet: B0, 2F and CD. RGB value is (176,47,205). Sum of RGB (Red+Green+Blue) = 176+47+205=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #B02FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02FCD is #4FD032. Grayscale: #676767. Windows color (decimal): -5230643 or 13447088. OLE color: 13447088.
HSL color Cylindrical-coordinate representation of color #B02FCD: hue angle of 288.99º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02FCD is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 47 | 205 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.20 |
| HSL | 288.99º | 0.63% | 0.49% | - |
| HSV(B) | 288.99º | 0.77% | 0.8% | - |
| XYZ | 29.94 | 15.67 | 59.2 | - |
| YUV | 103.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 47 | 205 | 0.14 | 0.77 | 0 | 0.20 | 288.99 | 0.63 | 0.49 |
| Hex | B0 | 2F | CD | E | 4D | 0 | 14 | 121 | 3F | 31 |
| Octal | 260 | 57 | 315 | 16 | 115 | 0 | 24 | 441 | 77 | 61 |
| Binary | 10110000 | 101111 | 11001101 | 1110 | 1001101 | 0 | 10100 | 100100001 | 111111 | 110001 |
Color Harmonies of #B02FCD
Complementary color
Monochromatic Colors of #B02FCD
Black with #B02FCD
Text Example
Text Example
White with #B02FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02FCD; }
p { color: rgb(176,47,205); }
H1.HeaderClassName
{
color: #B02FCD;
}
.AnyTagClassName
{
color: #B02FCD;
}
</style>
background-color css
<style>
a { background-color: #B02FCD; }
a { background-color: rgb(176,47,205); }
div.DivClassName
{
background-color: #B02FCD;
}
.BgClassName
{
background-color: #B02FCD;
}
</style>
border-color css
<style>
span { border-color: #B02FCD; }
span { border-color: rgb(176,47,205); }
td.TdClassName
{
border-color: #B02FCD;
}
.TagClassName
{
border-color: #B02FCD;
}
</style>