Shades of Medium Orchid #BB36D0
Tints of Medium Orchid #BB36D0
RGB
CMYK
RGB Variations
Color information
#BB36D0 (or 0xBB36D0) is known color: Medium Orchid. HEX triplet: BB, 36 and D0. RGB value is (187,54,208). Sum of RGB (Red+Green+Blue) = 187+54+208=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB36D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB36D0 is #44C92F. Grayscale: #6E6E6E. Windows color (decimal): -4507952 or 13645499. OLE color: 13645499.
HSL color Cylindrical-coordinate representation of color #BB36D0: hue angle of 291.82º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB36D0 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 54 | 208 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.18 |
| HSL | 291.82º | 0.62% | 0.51% | - |
| HSV(B) | 291.82º | 0.74% | 0.82% | - |
| XYZ | 33.2 | 17.76 | 61.35 | - |
| YUV | 111.32 | 182.56 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 208 | 0.10 | 0.74 | 0 | 0.18 | 291.82 | 0.62 | 0.51 |
| Hex | BB | 36 | D0 | A | 4A | 0 | 12 | 124 | 3E | 33 |
| Octal | 273 | 66 | 320 | 12 | 112 | 0 | 22 | 444 | 76 | 63 |
| Binary | 10111011 | 110110 | 11010000 | 1010 | 1001010 | 0 | 10010 | 100100100 | 111110 | 110011 |
Color Harmonies of #BB36D0
Complementary color
Monochromatic Colors of #BB36D0
Black with #BB36D0
Text Example
Text Example
White with #BB36D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB36D0; }
p { color: rgb(187,54,208); }
H1.HeaderClassName
{
color: #BB36D0;
}
.AnyTagClassName
{
color: #BB36D0;
}
</style>
background-color css
<style>
a { background-color: #BB36D0; }
a { background-color: rgb(187,54,208); }
div.DivClassName
{
background-color: #BB36D0;
}
.BgClassName
{
background-color: #BB36D0;
}
</style>
border-color css
<style>
span { border-color: #BB36D0; }
span { border-color: rgb(187,54,208); }
td.TdClassName
{
border-color: #BB36D0;
}
.TagClassName
{
border-color: #BB36D0;
}
</style>