Shades of Medium Orchid #BB33DC
Tints of Medium Orchid #BB33DC
RGB
CMYK
RGB Variations
Color information
#BB33DC (or 0xBB33DC) is known color: Medium Orchid. HEX triplet: BB, 33 and DC. RGB value is (187,51,220). Sum of RGB (Red+Green+Blue) = 187+51+220=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB33DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB33DC is #44CC23. Grayscale: #6E6E6E. Windows color (decimal): -4508708 or 14431163. OLE color: 14431163.
HSL color Cylindrical-coordinate representation of color #BB33DC: hue angle of 288.28º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB33DC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 51 | 220 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.14 |
| HSL | 288.28º | 0.71% | 0.53% | - |
| HSV(B) | 288.28º | 0.77% | 0.86% | - |
| XYZ | 34.6 | 18.1 | 69.38 | - |
| YUV | 110.93 | 189.56 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 220 | 0.15 | 0.77 | 0 | 0.14 | 288.28 | 0.71 | 0.53 |
| Hex | BB | 33 | DC | F | 4D | 0 | E | 120 | 47 | 35 |
| Octal | 273 | 63 | 334 | 17 | 115 | 0 | 16 | 440 | 107 | 65 |
| Binary | 10111011 | 110011 | 11011100 | 1111 | 1001101 | 0 | 1110 | 100100000 | 1000111 | 110101 |
Color Harmonies of #BB33DC
Complementary color
Monochromatic Colors of #BB33DC
Black with #BB33DC
Text Example
Text Example
White with #BB33DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB33DC; }
p { color: rgb(187,51,220); }
H1.HeaderClassName
{
color: #BB33DC;
}
.AnyTagClassName
{
color: #BB33DC;
}
</style>
background-color css
<style>
a { background-color: #BB33DC; }
a { background-color: rgb(187,51,220); }
div.DivClassName
{
background-color: #BB33DC;
}
.BgClassName
{
background-color: #BB33DC;
}
</style>
border-color css
<style>
span { border-color: #BB33DC; }
span { border-color: rgb(187,51,220); }
td.TdClassName
{
border-color: #BB33DC;
}
.TagClassName
{
border-color: #BB33DC;
}
</style>