Shades of Medium Orchid #BB62DA
Tints of Medium Orchid #BB62DA
RGB
CMYK
RGB Variations
Color information
#BB62DA (or 0xBB62DA) is known color: Medium Orchid. HEX triplet: BB, 62 and DA. RGB value is (187,98,218). Sum of RGB (Red+Green+Blue) = 187+98+218=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB62DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62DA is #449D25. Grayscale: #898989. Windows color (decimal): -4496678 or 14312123. OLE color: 14312123.
HSL color Cylindrical-coordinate representation of color #BB62DA: hue angle of 284.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB62DA is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 98 | 218 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.15 |
| HSL | 284.5º | 0.62% | 0.62% | - |
| HSV(B) | 284.5º | 0.55% | 0.85% | - |
| XYZ | 37.52 | 24.36 | 69.05 | - |
| YUV | 138.29 | 172.99 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 218 | 0.14 | 0.55 | 0 | 0.15 | 284.5 | 0.62 | 0.62 |
| Hex | BB | 62 | DA | E | 37 | 0 | F | 11C | 3E | 3E |
| Octal | 273 | 142 | 332 | 16 | 67 | 0 | 17 | 434 | 76 | 76 |
| Binary | 10111011 | 1100010 | 11011010 | 1110 | 110111 | 0 | 1111 | 100011100 | 111110 | 111110 |
Color Harmonies of #BB62DA
Complementary color
Monochromatic Colors of #BB62DA
Black with #BB62DA
Text Example
Text Example
White with #BB62DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB62DA; }
p { color: rgb(187,98,218); }
H1.HeaderClassName
{
color: #BB62DA;
}
.AnyTagClassName
{
color: #BB62DA;
}
</style>
background-color css
<style>
a { background-color: #BB62DA; }
a { background-color: rgb(187,98,218); }
div.DivClassName
{
background-color: #BB62DA;
}
.BgClassName
{
background-color: #BB62DA;
}
</style>
border-color css
<style>
span { border-color: #BB62DA; }
span { border-color: rgb(187,98,218); }
td.TdClassName
{
border-color: #BB62DA;
}
.TagClassName
{
border-color: #BB62DA;
}
</style>