Shades of Medium Orchid #BB6AE1
Tints of Medium Orchid #BB6AE1
RGB
CMYK
RGB Variations
Color information
#BB6AE1 (or 0xBB6AE1) is known color: Medium Orchid. HEX triplet: BB, 6A and E1. RGB value is (187,106,225). Sum of RGB (Red+Green+Blue) = 187+106+225=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB6AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6AE1 is #44951E. Grayscale: #8F8F8F. Windows color (decimal): -4494623 or 14772923. OLE color: 14772923.
HSL color Cylindrical-coordinate representation of color #BB6AE1: hue angle of 280.84º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB6AE1 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 106 | 225 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.12 |
| HSL | 280.84º | 0.66% | 0.65% | - |
| HSV(B) | 280.84º | 0.53% | 0.88% | - |
| XYZ | 39.24 | 26.31 | 74.24 | - |
| YUV | 143.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 106 | 225 | 0.17 | 0.53 | 0 | 0.12 | 280.84 | 0.66 | 0.65 |
| Hex | BB | 6A | E1 | 11 | 35 | 0 | C | 119 | 42 | 41 |
| Octal | 273 | 152 | 341 | 21 | 65 | 0 | 14 | 431 | 102 | 101 |
| Binary | 10111011 | 1101010 | 11100001 | 10001 | 110101 | 0 | 1100 | 100011001 | 1000010 | 1000001 |
Color Harmonies of #BB6AE1
Complementary color
Monochromatic Colors of #BB6AE1
Black with #BB6AE1
Text Example
Text Example
White with #BB6AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6AE1; }
p { color: rgb(187,106,225); }
H1.HeaderClassName
{
color: #BB6AE1;
}
.AnyTagClassName
{
color: #BB6AE1;
}
</style>
background-color css
<style>
a { background-color: #BB6AE1; }
a { background-color: rgb(187,106,225); }
div.DivClassName
{
background-color: #BB6AE1;
}
.BgClassName
{
background-color: #BB6AE1;
}
</style>
border-color css
<style>
span { border-color: #BB6AE1; }
span { border-color: rgb(187,106,225); }
td.TdClassName
{
border-color: #BB6AE1;
}
.TagClassName
{
border-color: #BB6AE1;
}
</style>