Shades of Dark Orchid #B02FCC
Tints of Dark Orchid #B02FCC
RGB
CMYK
RGB Variations
Color information
#B02FCC (or 0xB02FCC) is known color: Dark Orchid. HEX triplet: B0, 2F and CC. RGB value is (176,47,204). Sum of RGB (Red+Green+Blue) = 176+47+204=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #B02FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02FCC is #4FD033. Grayscale: #666666. Windows color (decimal): -5230644 or 13381552. OLE color: 13381552.
HSL color Cylindrical-coordinate representation of color #B02FCC: hue angle of 289.3º 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 #B02FCC is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 47 | 204 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.2 |
| HSL | 289.3º | 0.63% | 0.49% | - |
| HSV(B) | 289.3º | 0.77% | 0.8% | - |
| XYZ | 29.82 | 15.62 | 58.57 | - |
| YUV | 103.47 | 184.74 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 47 | 204 | 0.14 | 0.77 | 0 | 0.2 | 289.3 | 0.63 | 0.49 |
| Hex | B0 | 2F | CC | E | 4D | 0 | 14 | 121 | 3F | 31 |
| Octal | 260 | 57 | 314 | 16 | 115 | 0 | 24 | 441 | 77 | 61 |
| Binary | 10110000 | 101111 | 11001100 | 1110 | 1001101 | 0 | 10100 | 100100001 | 111111 | 110001 |
Color Harmonies of #B02FCC
Complementary color
Monochromatic Colors of #B02FCC
Black with #B02FCC
Text Example
Text Example
White with #B02FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02FCC; }
p { color: rgb(176,47,204); }
H1.HeaderClassName
{
color: #B02FCC;
}
.AnyTagClassName
{
color: #B02FCC;
}
</style>
background-color css
<style>
a { background-color: #B02FCC; }
a { background-color: rgb(176,47,204); }
div.DivClassName
{
background-color: #B02FCC;
}
.BgClassName
{
background-color: #B02FCC;
}
</style>
border-color css
<style>
span { border-color: #B02FCC; }
span { border-color: rgb(176,47,204); }
td.TdClassName
{
border-color: #B02FCC;
}
.TagClassName
{
border-color: #B02FCC;
}
</style>