Shades of Medium Orchid #BB55D0
Tints of Medium Orchid #BB55D0
RGB
CMYK
RGB Variations
Color information
#BB55D0 (or 0xBB55D0) is known color: Medium Orchid. HEX triplet: BB, 55 and D0. RGB value is (187,85,208). Sum of RGB (Red+Green+Blue) = 187+85+208=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB55D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55D0 is #44AA2F. Grayscale: #818181. Windows color (decimal): -4500016 or 13653435. OLE color: 13653435.
HSL color Cylindrical-coordinate representation of color #BB55D0: hue angle of 289.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB55D0 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 85 | 208 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.18 |
| HSL | 289.76º | 0.57% | 0.57% | - |
| HSV(B) | 289.76º | 0.59% | 0.82% | - |
| XYZ | 35.13 | 21.62 | 62 | - |
| YUV | 129.52 | 172.29 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 208 | 0.10 | 0.59 | 0 | 0.18 | 289.76 | 0.57 | 0.57 |
| Hex | BB | 55 | D0 | A | 3B | 0 | 12 | 122 | 39 | 39 |
| Octal | 273 | 125 | 320 | 12 | 73 | 0 | 22 | 442 | 71 | 71 |
| Binary | 10111011 | 1010101 | 11010000 | 1010 | 111011 | 0 | 10010 | 100100010 | 111001 | 111001 |
Color Harmonies of #BB55D0
Complementary color
Monochromatic Colors of #BB55D0
Black with #BB55D0
Text Example
Text Example
White with #BB55D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB55D0; }
p { color: rgb(187,85,208); }
H1.HeaderClassName
{
color: #BB55D0;
}
.AnyTagClassName
{
color: #BB55D0;
}
</style>
background-color css
<style>
a { background-color: #BB55D0; }
a { background-color: rgb(187,85,208); }
div.DivClassName
{
background-color: #BB55D0;
}
.BgClassName
{
background-color: #BB55D0;
}
</style>
border-color css
<style>
span { border-color: #BB55D0; }
span { border-color: rgb(187,85,208); }
td.TdClassName
{
border-color: #BB55D0;
}
.TagClassName
{
border-color: #BB55D0;
}
</style>