Shades of Medium Orchid #BB6CE0
Tints of Medium Orchid #BB6CE0
RGB
CMYK
RGB Variations
Color information
#BB6CE0 (or 0xBB6CE0) is known color: Medium Orchid. HEX triplet: BB, 6C and E0. RGB value is (187,108,224). Sum of RGB (Red+Green+Blue) = 187+108+224=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB6CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CE0 is #44931F. Grayscale: #909090. Windows color (decimal): -4494112 or 14707899. OLE color: 14707899.
HSL color Cylindrical-coordinate representation of color #BB6CE0: hue angle of 280.86º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB6CE0 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 108 | 224 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.12 |
| HSL | 280.86º | 0.65% | 0.65% | - |
| HSV(B) | 280.86º | 0.52% | 0.88% | - |
| XYZ | 39.31 | 26.67 | 73.6 | - |
| YUV | 144.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 224 | 0.17 | 0.52 | 0 | 0.12 | 280.86 | 0.65 | 0.65 |
| Hex | BB | 6C | E0 | 11 | 34 | 0 | C | 119 | 41 | 41 |
| Octal | 273 | 154 | 340 | 21 | 64 | 0 | 14 | 431 | 101 | 101 |
| Binary | 10111011 | 1101100 | 11100000 | 10001 | 110100 | 0 | 1100 | 100011001 | 1000001 | 1000001 |
Color Harmonies of #BB6CE0
Complementary color
Monochromatic Colors of #BB6CE0
Black with #BB6CE0
Text Example
Text Example
White with #BB6CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CE0; }
p { color: rgb(187,108,224); }
H1.HeaderClassName
{
color: #BB6CE0;
}
.AnyTagClassName
{
color: #BB6CE0;
}
</style>
background-color css
<style>
a { background-color: #BB6CE0; }
a { background-color: rgb(187,108,224); }
div.DivClassName
{
background-color: #BB6CE0;
}
.BgClassName
{
background-color: #BB6CE0;
}
</style>
border-color css
<style>
span { border-color: #BB6CE0; }
span { border-color: rgb(187,108,224); }
td.TdClassName
{
border-color: #BB6CE0;
}
.TagClassName
{
border-color: #BB6CE0;
}
</style>