Shades of Medium Orchid #BB63DB
Tints of Medium Orchid #BB63DB
RGB
CMYK
RGB Variations
Color information
#BB63DB (or 0xBB63DB) is known color: Medium Orchid. HEX triplet: BB, 63 and DB. RGB value is (187,99,219). Sum of RGB (Red+Green+Blue) = 187+99+219=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB63DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63DB is #449C24. Grayscale: #8A8A8A. Windows color (decimal): -4496421 or 14377915. OLE color: 14377915.
HSL color Cylindrical-coordinate representation of color #BB63DB: hue angle of 284º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB63DB is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 99 | 219 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.14 |
| HSL | 284º | 0.63% | 0.62% | - |
| HSV(B) | 284º | 0.55% | 0.86% | - |
| XYZ | 37.74 | 24.6 | 69.78 | - |
| YUV | 138.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 219 | 0.15 | 0.55 | 0 | 0.14 | 284 | 0.63 | 0.62 |
| Hex | BB | 63 | DB | F | 37 | 0 | E | 11C | 3E | 3E |
| Octal | 273 | 143 | 333 | 17 | 67 | 0 | 16 | 434 | 76 | 76 |
| Binary | 10111011 | 1100011 | 11011011 | 1111 | 110111 | 0 | 1110 | 100011100 | 111110 | 111110 |
Color Harmonies of #BB63DB
Complementary color
Monochromatic Colors of #BB63DB
Black with #BB63DB
Text Example
Text Example
White with #BB63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63DB; }
p { color: rgb(187,99,219); }
H1.HeaderClassName
{
color: #BB63DB;
}
.AnyTagClassName
{
color: #BB63DB;
}
</style>
background-color css
<style>
a { background-color: #BB63DB; }
a { background-color: rgb(187,99,219); }
div.DivClassName
{
background-color: #BB63DB;
}
.BgClassName
{
background-color: #BB63DB;
}
</style>
border-color css
<style>
span { border-color: #BB63DB; }
span { border-color: rgb(187,99,219); }
td.TdClassName
{
border-color: #BB63DB;
}
.TagClassName
{
border-color: #BB63DB;
}
</style>