Shades of Medium Orchid #BB6ED5
Tints of Medium Orchid #BB6ED5
RGB
CMYK
RGB Variations
Color information
#BB6ED5 (or 0xBB6ED5) is known color: Medium Orchid. HEX triplet: BB, 6E and D5. RGB value is (187,110,213). Sum of RGB (Red+Green+Blue) = 187+110+213=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB6ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ED5 is #44912A. Grayscale: #909090. Windows color (decimal): -4493611 or 13987515. OLE color: 13987515.
HSL color Cylindrical-coordinate representation of color #BB6ED5: hue angle of 284.85º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6ED5 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 110 | 213 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.16 |
| HSL | 284.85º | 0.55% | 0.63% | - |
| HSV(B) | 284.85º | 0.48% | 0.84% | - |
| XYZ | 38.08 | 26.52 | 66.06 | - |
| YUV | 144.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 213 | 0.12 | 0.48 | 0 | 0.16 | 284.85 | 0.55 | 0.63 |
| Hex | BB | 6E | D5 | C | 30 | 0 | 10 | 11D | 37 | 3F |
| Octal | 273 | 156 | 325 | 14 | 60 | 0 | 20 | 435 | 67 | 77 |
| Binary | 10111011 | 1101110 | 11010101 | 1100 | 110000 | 0 | 10000 | 100011101 | 110111 | 111111 |
Color Harmonies of #BB6ED5
Complementary color
Monochromatic Colors of #BB6ED5
Black with #BB6ED5
Text Example
Text Example
White with #BB6ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6ED5; }
p { color: rgb(187,110,213); }
H1.HeaderClassName
{
color: #BB6ED5;
}
.AnyTagClassName
{
color: #BB6ED5;
}
</style>
background-color css
<style>
a { background-color: #BB6ED5; }
a { background-color: rgb(187,110,213); }
div.DivClassName
{
background-color: #BB6ED5;
}
.BgClassName
{
background-color: #BB6ED5;
}
</style>
border-color css
<style>
span { border-color: #BB6ED5; }
span { border-color: rgb(187,110,213); }
td.TdClassName
{
border-color: #BB6ED5;
}
.TagClassName
{
border-color: #BB6ED5;
}
</style>