Shades of Medium Orchid #BB62DB
Tints of Medium Orchid #BB62DB
RGB
CMYK
RGB Variations
Color information
#BB62DB (or 0xBB62DB) is known color: Medium Orchid. HEX triplet: BB, 62 and DB. RGB value is (187,98,219). Sum of RGB (Red+Green+Blue) = 187+98+219=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB62DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62DB is #449D24. Grayscale: #8A8A8A. Windows color (decimal): -4496677 or 14377659. OLE color: 14377659.
HSL color Cylindrical-coordinate representation of color #BB62DB: hue angle of 284.13º degrees, saturation: 0.63, 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 #BB62DB is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 98 | 219 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.14 |
| HSL | 284.13º | 0.63% | 0.62% | - |
| HSV(B) | 284.13º | 0.55% | 0.86% | - |
| XYZ | 37.65 | 24.41 | 69.75 | - |
| YUV | 138.41 | 173.49 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 219 | 0.15 | 0.55 | 0 | 0.14 | 284.13 | 0.63 | 0.62 |
| Hex | BB | 62 | DB | F | 37 | 0 | E | 11C | 3F | 3E |
| Octal | 273 | 142 | 333 | 17 | 67 | 0 | 16 | 434 | 77 | 76 |
| Binary | 10111011 | 1100010 | 11011011 | 1111 | 110111 | 0 | 1110 | 100011100 | 111111 | 111110 |
Color Harmonies of #BB62DB
Complementary color
Monochromatic Colors of #BB62DB
Black with #BB62DB
Text Example
Text Example
White with #BB62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB62DB; }
p { color: rgb(187,98,219); }
H1.HeaderClassName
{
color: #BB62DB;
}
.AnyTagClassName
{
color: #BB62DB;
}
</style>
background-color css
<style>
a { background-color: #BB62DB; }
a { background-color: rgb(187,98,219); }
div.DivClassName
{
background-color: #BB62DB;
}
.BgClassName
{
background-color: #BB62DB;
}
</style>
border-color css
<style>
span { border-color: #BB62DB; }
span { border-color: rgb(187,98,219); }
td.TdClassName
{
border-color: #BB62DB;
}
.TagClassName
{
border-color: #BB62DB;
}
</style>