Shades of Medium Orchid #BB60D0
Tints of Medium Orchid #BB60D0
RGB
CMYK
RGB Variations
Color information
#BB60D0 (or 0xBB60D0) is known color: Medium Orchid. HEX triplet: BB, 60 and D0. RGB value is (187,96,208). Sum of RGB (Red+Green+Blue) = 187+96+208=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB60D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60D0 is #449F2F. Grayscale: #878787. Windows color (decimal): -4497200 or 13656251. OLE color: 13656251.
HSL color Cylindrical-coordinate representation of color #BB60D0: hue angle of 288.75º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB60D0 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 96 | 208 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.18 |
| HSL | 288.75º | 0.54% | 0.6% | - |
| HSV(B) | 288.75º | 0.54% | 0.82% | - |
| XYZ | 36.06 | 23.48 | 62.31 | - |
| YUV | 135.98 | 168.65 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 208 | 0.10 | 0.54 | 0 | 0.18 | 288.75 | 0.54 | 0.6 |
| Hex | BB | 60 | D0 | A | 36 | 0 | 12 | 121 | 36 | 3C |
| Octal | 273 | 140 | 320 | 12 | 66 | 0 | 22 | 441 | 66 | 74 |
| Binary | 10111011 | 1100000 | 11010000 | 1010 | 110110 | 0 | 10010 | 100100001 | 110110 | 111100 |
Color Harmonies of #BB60D0
Complementary color
Monochromatic Colors of #BB60D0
Black with #BB60D0
Text Example
Text Example
White with #BB60D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB60D0; }
p { color: rgb(187,96,208); }
H1.HeaderClassName
{
color: #BB60D0;
}
.AnyTagClassName
{
color: #BB60D0;
}
</style>
background-color css
<style>
a { background-color: #BB60D0; }
a { background-color: rgb(187,96,208); }
div.DivClassName
{
background-color: #BB60D0;
}
.BgClassName
{
background-color: #BB60D0;
}
</style>
border-color css
<style>
span { border-color: #BB60D0; }
span { border-color: rgb(187,96,208); }
td.TdClassName
{
border-color: #BB60D0;
}
.TagClassName
{
border-color: #BB60D0;
}
</style>