Shades of Dark Orchid #BB27DF
Tints of Dark Orchid #BB27DF
RGB
CMYK
RGB Variations
Color information
#BB27DF (or 0xBB27DF) is known color: Dark Orchid. HEX triplet: BB, 27 and DF. RGB value is (187,39,223). Sum of RGB (Red+Green+Blue) = 187+39+223=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB27DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27DF is #44D820. Grayscale: #676767. Windows color (decimal): -4511777 or 14624699. OLE color: 14624699.
HSL color Cylindrical-coordinate representation of color #BB27DF: hue angle of 288.26º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB27DF is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 39 | 223 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.13 |
| HSL | 288.26º | 0.74% | 0.51% | - |
| HSV(B) | 288.26º | 0.83% | 0.87% | - |
| XYZ | 34.54 | 17.34 | 71.34 | - |
| YUV | 104.23 | 195.03 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 223 | 0.16 | 0.83 | 0 | 0.13 | 288.26 | 0.74 | 0.51 |
| Hex | BB | 27 | DF | 10 | 53 | 0 | D | 120 | 4A | 33 |
| Octal | 273 | 47 | 337 | 20 | 123 | 0 | 15 | 440 | 112 | 63 |
| Binary | 10111011 | 100111 | 11011111 | 10000 | 1010011 | 0 | 1101 | 100100000 | 1001010 | 110011 |
Color Harmonies of #BB27DF
Complementary color
Monochromatic Colors of #BB27DF
Black with #BB27DF
Text Example
Text Example
White with #BB27DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB27DF; }
p { color: rgb(187,39,223); }
H1.HeaderClassName
{
color: #BB27DF;
}
.AnyTagClassName
{
color: #BB27DF;
}
</style>
background-color css
<style>
a { background-color: #BB27DF; }
a { background-color: rgb(187,39,223); }
div.DivClassName
{
background-color: #BB27DF;
}
.BgClassName
{
background-color: #BB27DF;
}
</style>
border-color css
<style>
span { border-color: #BB27DF; }
span { border-color: rgb(187,39,223); }
td.TdClassName
{
border-color: #BB27DF;
}
.TagClassName
{
border-color: #BB27DF;
}
</style>