Shades of Medium Orchid #BB61DB
Tints of Medium Orchid #BB61DB
RGB
CMYK
RGB Variations
Color information
#BB61DB (or 0xBB61DB) is known color: Medium Orchid. HEX triplet: BB, 61 and DB. RGB value is (187,97,219). Sum of RGB (Red+Green+Blue) = 187+97+219=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB61DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61DB is #449E24. Grayscale: #898989. Windows color (decimal): -4496933 or 14377403. OLE color: 14377403.
HSL color Cylindrical-coordinate representation of color #BB61DB: hue angle of 284.26º 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 #BB61DB is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 97 | 219 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.14 |
| HSL | 284.26º | 0.63% | 0.62% | - |
| HSV(B) | 284.26º | 0.56% | 0.86% | - |
| XYZ | 37.55 | 24.23 | 69.72 | - |
| YUV | 137.82 | 173.82 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 219 | 0.15 | 0.56 | 0 | 0.14 | 284.26 | 0.63 | 0.62 |
| Hex | BB | 61 | DB | F | 38 | 0 | E | 11C | 3F | 3E |
| Octal | 273 | 141 | 333 | 17 | 70 | 0 | 16 | 434 | 77 | 76 |
| Binary | 10111011 | 1100001 | 11011011 | 1111 | 111000 | 0 | 1110 | 100011100 | 111111 | 111110 |
Color Harmonies of #BB61DB
Complementary color
Monochromatic Colors of #BB61DB
Black with #BB61DB
Text Example
Text Example
White with #BB61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB61DB; }
p { color: rgb(187,97,219); }
H1.HeaderClassName
{
color: #BB61DB;
}
.AnyTagClassName
{
color: #BB61DB;
}
</style>
background-color css
<style>
a { background-color: #BB61DB; }
a { background-color: rgb(187,97,219); }
div.DivClassName
{
background-color: #BB61DB;
}
.BgClassName
{
background-color: #BB61DB;
}
</style>
border-color css
<style>
span { border-color: #BB61DB; }
span { border-color: rgb(187,97,219); }
td.TdClassName
{
border-color: #BB61DB;
}
.TagClassName
{
border-color: #BB61DB;
}
</style>