Shades of Medium Orchid #BB62DC
Tints of Medium Orchid #BB62DC
RGB
CMYK
RGB Variations
Color information
#BB62DC (or 0xBB62DC) is known color: Medium Orchid. HEX triplet: BB, 62 and DC. RGB value is (187,98,220). Sum of RGB (Red+Green+Blue) = 187+98+220=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB62DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62DC is #449D23. Grayscale: #8A8A8A. Windows color (decimal): -4496676 or 14443195. OLE color: 14443195.
HSL color Cylindrical-coordinate representation of color #BB62DC: hue angle of 283.77º degrees, saturation: 0.64, 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 #BB62DC is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 98 | 220 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.14 |
| HSL | 283.77º | 0.64% | 0.62% | - |
| HSV(B) | 283.77º | 0.55% | 0.86% | - |
| XYZ | 37.78 | 24.47 | 70.44 | - |
| YUV | 138.52 | 173.99 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 220 | 0.15 | 0.55 | 0 | 0.14 | 283.77 | 0.64 | 0.62 |
| Hex | BB | 62 | DC | F | 37 | 0 | E | 11C | 40 | 3E |
| Octal | 273 | 142 | 334 | 17 | 67 | 0 | 16 | 434 | 100 | 76 |
| Binary | 10111011 | 1100010 | 11011100 | 1111 | 110111 | 0 | 1110 | 100011100 | 1000000 | 111110 |
Color Harmonies of #BB62DC
Complementary color
Monochromatic Colors of #BB62DC
Black with #BB62DC
Text Example
Text Example
White with #BB62DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB62DC; }
p { color: rgb(187,98,220); }
H1.HeaderClassName
{
color: #BB62DC;
}
.AnyTagClassName
{
color: #BB62DC;
}
</style>
background-color css
<style>
a { background-color: #BB62DC; }
a { background-color: rgb(187,98,220); }
div.DivClassName
{
background-color: #BB62DC;
}
.BgClassName
{
background-color: #BB62DC;
}
</style>
border-color css
<style>
span { border-color: #BB62DC; }
span { border-color: rgb(187,98,220); }
td.TdClassName
{
border-color: #BB62DC;
}
.TagClassName
{
border-color: #BB62DC;
}
</style>