Shades of Medium Orchid #BB6AE0
Tints of Medium Orchid #BB6AE0
RGB
CMYK
RGB Variations
Color information
#BB6AE0 (or 0xBB6AE0) is known color: Medium Orchid. HEX triplet: BB, 6A and E0. RGB value is (187,106,224). Sum of RGB (Red+Green+Blue) = 187+106+224=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB6AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6AE0 is #44951F. Grayscale: #8F8F8F. Windows color (decimal): -4494624 or 14707387. OLE color: 14707387.
HSL color Cylindrical-coordinate representation of color #BB6AE0: hue angle of 281.19º 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 #BB6AE0 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 106 | 224 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.12 |
| HSL | 281.19º | 0.66% | 0.65% | - |
| HSV(B) | 281.19º | 0.53% | 0.88% | - |
| XYZ | 39.1 | 26.25 | 73.53 | - |
| YUV | 143.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 106 | 224 | 0.17 | 0.53 | 0 | 0.12 | 281.19 | 0.66 | 0.65 |
| Hex | BB | 6A | E0 | 11 | 35 | 0 | C | 119 | 42 | 41 |
| Octal | 273 | 152 | 340 | 21 | 65 | 0 | 14 | 431 | 102 | 101 |
| Binary | 10111011 | 1101010 | 11100000 | 10001 | 110101 | 0 | 1100 | 100011001 | 1000010 | 1000001 |
Color Harmonies of #BB6AE0
Complementary color
Monochromatic Colors of #BB6AE0
Black with #BB6AE0
Text Example
Text Example
White with #BB6AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6AE0; }
p { color: rgb(187,106,224); }
H1.HeaderClassName
{
color: #BB6AE0;
}
.AnyTagClassName
{
color: #BB6AE0;
}
</style>
background-color css
<style>
a { background-color: #BB6AE0; }
a { background-color: rgb(187,106,224); }
div.DivClassName
{
background-color: #BB6AE0;
}
.BgClassName
{
background-color: #BB6AE0;
}
</style>
border-color css
<style>
span { border-color: #BB6AE0; }
span { border-color: rgb(187,106,224); }
td.TdClassName
{
border-color: #BB6AE0;
}
.TagClassName
{
border-color: #BB6AE0;
}
</style>