Shades of Dark Orchid #BB2BE2
Tints of Dark Orchid #BB2BE2
RGB
CMYK
RGB Variations
Color information
#BB2BE2 (or 0xBB2BE2) is known color: Dark Orchid. HEX triplet: BB, 2B and E2. RGB value is (187,43,226). Sum of RGB (Red+Green+Blue) = 187+43+226=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 226 (88.67% from 255 or 49.56% from 456); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB2BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2BE2 is #44D41D. Grayscale: #6A6A6A. Windows color (decimal): -4510750 or 14822331. OLE color: 14822331.
HSL color Cylindrical-coordinate representation of color #BB2BE2: hue angle of 287.21º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2BE2 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 43 | 226 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.11 |
| HSL | 287.21º | 0.76% | 0.53% | - |
| HSV(B) | 287.21º | 0.81% | 0.89% | - |
| XYZ | 35.08 | 17.78 | 73.53 | - |
| YUV | 106.92 | 195.21 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 43 | 226 | 0.17 | 0.81 | 0 | 0.11 | 287.21 | 0.76 | 0.53 |
| Hex | BB | 2B | E2 | 11 | 51 | 0 | B | 11F | 4C | 35 |
| Octal | 273 | 53 | 342 | 21 | 121 | 0 | 13 | 437 | 114 | 65 |
| Binary | 10111011 | 101011 | 11100010 | 10001 | 1010001 | 0 | 1011 | 100011111 | 1001100 | 110101 |
Color Harmonies of #BB2BE2
Complementary color
Monochromatic Colors of #BB2BE2
Black with #BB2BE2
Text Example
Text Example
White with #BB2BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2BE2; }
p { color: rgb(187,43,226); }
H1.HeaderClassName
{
color: #BB2BE2;
}
.AnyTagClassName
{
color: #BB2BE2;
}
</style>
background-color css
<style>
a { background-color: #BB2BE2; }
a { background-color: rgb(187,43,226); }
div.DivClassName
{
background-color: #BB2BE2;
}
.BgClassName
{
background-color: #BB2BE2;
}
</style>
border-color css
<style>
span { border-color: #BB2BE2; }
span { border-color: rgb(187,43,226); }
td.TdClassName
{
border-color: #BB2BE2;
}
.TagClassName
{
border-color: #BB2BE2;
}
</style>