Shades of Dark Orchid #BB2DDF
Tints of Dark Orchid #BB2DDF
RGB
CMYK
RGB Variations
Color information
#BB2DDF (or 0xBB2DDF) is known color: Dark Orchid. HEX triplet: BB, 2D and DF. RGB value is (187,45,223). Sum of RGB (Red+Green+Blue) = 187+45+223=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB2DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2DDF is #44D220. Grayscale: #6B6B6B. Windows color (decimal): -4510241 or 14626235. OLE color: 14626235.
HSL color Cylindrical-coordinate representation of color #BB2DDF: hue angle of 287.87º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2DDF is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 45 | 223 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.13 |
| HSL | 287.87º | 0.74% | 0.53% | - |
| HSV(B) | 287.87º | 0.8% | 0.87% | - |
| XYZ | 34.75 | 17.77 | 71.41 | - |
| YUV | 107.75 | 193.04 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 223 | 0.16 | 0.80 | 0 | 0.13 | 287.87 | 0.74 | 0.53 |
| Hex | BB | 2D | DF | 10 | 50 | 0 | D | 120 | 4A | 35 |
| Octal | 273 | 55 | 337 | 20 | 120 | 0 | 15 | 440 | 112 | 65 |
| Binary | 10111011 | 101101 | 11011111 | 10000 | 1010000 | 0 | 1101 | 100100000 | 1001010 | 110101 |
Color Harmonies of #BB2DDF
Complementary color
Monochromatic Colors of #BB2DDF
Black with #BB2DDF
Text Example
Text Example
White with #BB2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2DDF; }
p { color: rgb(187,45,223); }
H1.HeaderClassName
{
color: #BB2DDF;
}
.AnyTagClassName
{
color: #BB2DDF;
}
</style>
background-color css
<style>
a { background-color: #BB2DDF; }
a { background-color: rgb(187,45,223); }
div.DivClassName
{
background-color: #BB2DDF;
}
.BgClassName
{
background-color: #BB2DDF;
}
</style>
border-color css
<style>
span { border-color: #BB2DDF; }
span { border-color: rgb(187,45,223); }
td.TdClassName
{
border-color: #BB2DDF;
}
.TagClassName
{
border-color: #BB2DDF;
}
</style>