Shades of Dark Orchid #B02BBB
Tints of Dark Orchid #B02BBB
RGB
CMYK
RGB Variations
Color information
#B02BBB (or 0xB02BBB) is known color: Dark Orchid. HEX triplet: B0, 2B and BB. RGB value is (176,43,187). Sum of RGB (Red+Green+Blue) = 176+43+187=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #B02BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02BBB is #4FD444. Grayscale: #626262. Windows color (decimal): -5231685 or 12266416. OLE color: 12266416.
HSL color Cylindrical-coordinate representation of color #B02BBB: hue angle of 295.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02BBB is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 43 | 187 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.27 |
| HSL | 295.42º | 0.63% | 0.45% | - |
| HSV(B) | 295.42º | 0.77% | 0.73% | - |
| XYZ | 27.74 | 14.55 | 48.36 | - |
| YUV | 99.18 | 177.56 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 43 | 187 | 0.06 | 0.77 | 0 | 0.27 | 295.42 | 0.63 | 0.45 |
| Hex | B0 | 2B | BB | 6 | 4D | 0 | 1B | 127 | 3F | 2D |
| Octal | 260 | 53 | 273 | 6 | 115 | 0 | 33 | 447 | 77 | 55 |
| Binary | 10110000 | 101011 | 10111011 | 110 | 1001101 | 0 | 11011 | 100100111 | 111111 | 101101 |
Color Harmonies of #B02BBB
Complementary color
Monochromatic Colors of #B02BBB
Black with #B02BBB
Text Example
Text Example
White with #B02BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02BBB; }
p { color: rgb(176,43,187); }
H1.HeaderClassName
{
color: #B02BBB;
}
.AnyTagClassName
{
color: #B02BBB;
}
</style>
background-color css
<style>
a { background-color: #B02BBB; }
a { background-color: rgb(176,43,187); }
div.DivClassName
{
background-color: #B02BBB;
}
.BgClassName
{
background-color: #B02BBB;
}
</style>
border-color css
<style>
span { border-color: #B02BBB; }
span { border-color: rgb(176,43,187); }
td.TdClassName
{
border-color: #B02BBB;
}
.TagClassName
{
border-color: #B02BBB;
}
</style>