Shades of Medium Orchid #BB6ED4
Tints of Medium Orchid #BB6ED4
RGB
CMYK
RGB Variations
Color information
#BB6ED4 (or 0xBB6ED4) is known color: Medium Orchid. HEX triplet: BB, 6E and D4. RGB value is (187,110,212). Sum of RGB (Red+Green+Blue) = 187+110+212=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB6ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ED4 is #44912B. Grayscale: #909090. Windows color (decimal): -4493612 or 13921979. OLE color: 13921979.
HSL color Cylindrical-coordinate representation of color #BB6ED4: hue angle of 285.29º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6ED4 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 110 | 212 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.17 |
| HSL | 285.29º | 0.54% | 0.63% | - |
| HSV(B) | 285.29º | 0.48% | 0.83% | - |
| XYZ | 37.95 | 26.47 | 65.4 | - |
| YUV | 144.65 | 166.01 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 212 | 0.12 | 0.48 | 0 | 0.17 | 285.29 | 0.54 | 0.63 |
| Hex | BB | 6E | D4 | C | 30 | 0 | 11 | 11D | 36 | 3F |
| Octal | 273 | 156 | 324 | 14 | 60 | 0 | 21 | 435 | 66 | 77 |
| Binary | 10111011 | 1101110 | 11010100 | 1100 | 110000 | 0 | 10001 | 100011101 | 110110 | 111111 |
Color Harmonies of #BB6ED4
Complementary color
Monochromatic Colors of #BB6ED4
Black with #BB6ED4
Text Example
Text Example
White with #BB6ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6ED4; }
p { color: rgb(187,110,212); }
H1.HeaderClassName
{
color: #BB6ED4;
}
.AnyTagClassName
{
color: #BB6ED4;
}
</style>
background-color css
<style>
a { background-color: #BB6ED4; }
a { background-color: rgb(187,110,212); }
div.DivClassName
{
background-color: #BB6ED4;
}
.BgClassName
{
background-color: #BB6ED4;
}
</style>
border-color css
<style>
span { border-color: #BB6ED4; }
span { border-color: rgb(187,110,212); }
td.TdClassName
{
border-color: #BB6ED4;
}
.TagClassName
{
border-color: #BB6ED4;
}
</style>