Shades of Medium Orchid #BB36DD
Tints of Medium Orchid #BB36DD
RGB
CMYK
RGB Variations
Color information
#BB36DD (or 0xBB36DD) is known color: Medium Orchid. HEX triplet: BB, 36 and DD. RGB value is (187,54,221). Sum of RGB (Red+Green+Blue) = 187+54+221=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB36DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB36DD is #44C922. Grayscale: #707070. Windows color (decimal): -4507939 or 14497467. OLE color: 14497467.
HSL color Cylindrical-coordinate representation of color #BB36DD: hue angle of 287.78º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB36DD is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 54 | 221 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.13 |
| HSL | 287.78º | 0.71% | 0.54% | - |
| HSV(B) | 287.78º | 0.76% | 0.87% | - |
| XYZ | 34.86 | 18.42 | 70.13 | - |
| YUV | 112.81 | 189.06 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 221 | 0.15 | 0.76 | 0 | 0.13 | 287.78 | 0.71 | 0.54 |
| Hex | BB | 36 | DD | F | 4C | 0 | D | 120 | 47 | 36 |
| Octal | 273 | 66 | 335 | 17 | 114 | 0 | 15 | 440 | 107 | 66 |
| Binary | 10111011 | 110110 | 11011101 | 1111 | 1001100 | 0 | 1101 | 100100000 | 1000111 | 110110 |
Color Harmonies of #BB36DD
Complementary color
Monochromatic Colors of #BB36DD
Black with #BB36DD
Text Example
Text Example
White with #BB36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB36DD; }
p { color: rgb(187,54,221); }
H1.HeaderClassName
{
color: #BB36DD;
}
.AnyTagClassName
{
color: #BB36DD;
}
</style>
background-color css
<style>
a { background-color: #BB36DD; }
a { background-color: rgb(187,54,221); }
div.DivClassName
{
background-color: #BB36DD;
}
.BgClassName
{
background-color: #BB36DD;
}
</style>
border-color css
<style>
span { border-color: #BB36DD; }
span { border-color: rgb(187,54,221); }
td.TdClassName
{
border-color: #BB36DD;
}
.TagClassName
{
border-color: #BB36DD;
}
</style>