Shades of Dark Orchid #B02FC2
Tints of Dark Orchid #B02FC2
RGB
CMYK
RGB Variations
Color information
#B02FC2 (or 0xB02FC2) is known color: Dark Orchid. HEX triplet: B0, 2F and C2. RGB value is (176,47,194). Sum of RGB (Red+Green+Blue) = 176+47+194=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #B02FC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02FC2 is #4FD03D. Grayscale: #656565. Windows color (decimal): -5230654 or 12726192. OLE color: 12726192.
HSL color Cylindrical-coordinate representation of color #B02FC2: hue angle of 292.65º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02FC2 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 47 | 194 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.24 |
| HSL | 292.65º | 0.61% | 0.47% | - |
| HSV(B) | 292.65º | 0.76% | 0.76% | - |
| XYZ | 28.66 | 15.16 | 52.45 | - |
| YUV | 102.33 | 179.74 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 47 | 194 | 0.09 | 0.76 | 0 | 0.24 | 292.65 | 0.61 | 0.47 |
| Hex | B0 | 2F | C2 | 9 | 4C | 0 | 18 | 125 | 3D | 2F |
| Octal | 260 | 57 | 302 | 11 | 114 | 0 | 30 | 445 | 75 | 57 |
| Binary | 10110000 | 101111 | 11000010 | 1001 | 1001100 | 0 | 11000 | 100100101 | 111101 | 101111 |
Color Harmonies of #B02FC2
Complementary color
Monochromatic Colors of #B02FC2
Black with #B02FC2
Text Example
Text Example
White with #B02FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02FC2; }
p { color: rgb(176,47,194); }
H1.HeaderClassName
{
color: #B02FC2;
}
.AnyTagClassName
{
color: #B02FC2;
}
</style>
background-color css
<style>
a { background-color: #B02FC2; }
a { background-color: rgb(176,47,194); }
div.DivClassName
{
background-color: #B02FC2;
}
.BgClassName
{
background-color: #B02FC2;
}
</style>
border-color css
<style>
span { border-color: #B02FC2; }
span { border-color: rgb(176,47,194); }
td.TdClassName
{
border-color: #B02FC2;
}
.TagClassName
{
border-color: #B02FC2;
}
</style>