Shades of Dark Orchid #B02FCB
Tints of Dark Orchid #B02FCB
RGB
CMYK
RGB Variations
Color information
#B02FCB (or 0xB02FCB) is known color: Dark Orchid. HEX triplet: B0, 2F and CB. RGB value is (176,47,203). Sum of RGB (Red+Green+Blue) = 176+47+203=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #B02FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02FCB is #4FD034. Grayscale: #666666. Windows color (decimal): -5230645 or 13316016. OLE color: 13316016.
HSL color Cylindrical-coordinate representation of color #B02FCB: hue angle of 289.62º degrees, saturation: 0.62, 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 #B02FCB is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 47 | 203 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.20 |
| HSL | 289.62º | 0.62% | 0.49% | - |
| HSV(B) | 289.62º | 0.77% | 0.8% | - |
| XYZ | 29.7 | 15.57 | 57.94 | - |
| YUV | 103.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 47 | 203 | 0.13 | 0.77 | 0 | 0.20 | 289.62 | 0.62 | 0.49 |
| Hex | B0 | 2F | CB | D | 4D | 0 | 14 | 122 | 3E | 31 |
| Octal | 260 | 57 | 313 | 15 | 115 | 0 | 24 | 442 | 76 | 61 |
| Binary | 10110000 | 101111 | 11001011 | 1101 | 1001101 | 0 | 10100 | 100100010 | 111110 | 110001 |
Color Harmonies of #B02FCB
Complementary color
Monochromatic Colors of #B02FCB
Black with #B02FCB
Text Example
Text Example
White with #B02FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02FCB; }
p { color: rgb(176,47,203); }
H1.HeaderClassName
{
color: #B02FCB;
}
.AnyTagClassName
{
color: #B02FCB;
}
</style>
background-color css
<style>
a { background-color: #B02FCB; }
a { background-color: rgb(176,47,203); }
div.DivClassName
{
background-color: #B02FCB;
}
.BgClassName
{
background-color: #B02FCB;
}
</style>
border-color css
<style>
span { border-color: #B02FCB; }
span { border-color: rgb(176,47,203); }
td.TdClassName
{
border-color: #B02FCB;
}
.TagClassName
{
border-color: #B02FCB;
}
</style>