Shades of Medium Orchid #BB60DB
Tints of Medium Orchid #BB60DB
RGB
CMYK
RGB Variations
Color information
#BB60DB (or 0xBB60DB) is known color: Medium Orchid. HEX triplet: BB, 60 and DB. RGB value is (187,96,219). Sum of RGB (Red+Green+Blue) = 187+96+219=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB60DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60DB is #449F24. Grayscale: #888888. Windows color (decimal): -4497189 or 14377147. OLE color: 14377147.
HSL color Cylindrical-coordinate representation of color #BB60DB: hue angle of 284.39º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB60DB is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 96 | 219 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.14 |
| HSL | 284.39º | 0.63% | 0.62% | - |
| HSV(B) | 284.39º | 0.56% | 0.86% | - |
| XYZ | 37.46 | 24.05 | 69.68 | - |
| YUV | 137.23 | 174.15 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 219 | 0.15 | 0.56 | 0 | 0.14 | 284.39 | 0.63 | 0.62 |
| Hex | BB | 60 | DB | F | 38 | 0 | E | 11C | 3F | 3E |
| Octal | 273 | 140 | 333 | 17 | 70 | 0 | 16 | 434 | 77 | 76 |
| Binary | 10111011 | 1100000 | 11011011 | 1111 | 111000 | 0 | 1110 | 100011100 | 111111 | 111110 |
Color Harmonies of #BB60DB
Complementary color
Monochromatic Colors of #BB60DB
Black with #BB60DB
Text Example
Text Example
White with #BB60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB60DB; }
p { color: rgb(187,96,219); }
H1.HeaderClassName
{
color: #BB60DB;
}
.AnyTagClassName
{
color: #BB60DB;
}
</style>
background-color css
<style>
a { background-color: #BB60DB; }
a { background-color: rgb(187,96,219); }
div.DivClassName
{
background-color: #BB60DB;
}
.BgClassName
{
background-color: #BB60DB;
}
</style>
border-color css
<style>
span { border-color: #BB60DB; }
span { border-color: rgb(187,96,219); }
td.TdClassName
{
border-color: #BB60DB;
}
.TagClassName
{
border-color: #BB60DB;
}
</style>