Shades of Medium Orchid #BB6EE2
Tints of Medium Orchid #BB6EE2
RGB
CMYK
RGB Variations
Color information
#BB6EE2 (or 0xBB6EE2) is known color: Medium Orchid. HEX triplet: BB, 6E and E2. RGB value is (187,110,226). Sum of RGB (Red+Green+Blue) = 187+110+226=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB6EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EE2 is #44911D. Grayscale: #919191. Windows color (decimal): -4493598 or 14839483. OLE color: 14839483.
HSL color Cylindrical-coordinate representation of color #BB6EE2: hue angle of 279.83º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB6EE2 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 110 | 226 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.11 |
| HSL | 279.83º | 0.67% | 0.66% | - |
| HSV(B) | 279.83º | 0.51% | 0.89% | - |
| XYZ | 39.8 | 27.21 | 75.11 | - |
| YUV | 146.25 | 173.01 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 226 | 0.17 | 0.51 | 0 | 0.11 | 279.83 | 0.67 | 0.66 |
| Hex | BB | 6E | E2 | 11 | 33 | 0 | B | 118 | 43 | 42 |
| Octal | 273 | 156 | 342 | 21 | 63 | 0 | 13 | 430 | 103 | 102 |
| Binary | 10111011 | 1101110 | 11100010 | 10001 | 110011 | 0 | 1011 | 100011000 | 1000011 | 1000010 |
Color Harmonies of #BB6EE2
Complementary color
Monochromatic Colors of #BB6EE2
Black with #BB6EE2
Text Example
Text Example
White with #BB6EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6EE2; }
p { color: rgb(187,110,226); }
H1.HeaderClassName
{
color: #BB6EE2;
}
.AnyTagClassName
{
color: #BB6EE2;
}
</style>
background-color css
<style>
a { background-color: #BB6EE2; }
a { background-color: rgb(187,110,226); }
div.DivClassName
{
background-color: #BB6EE2;
}
.BgClassName
{
background-color: #BB6EE2;
}
</style>
border-color css
<style>
span { border-color: #BB6EE2; }
span { border-color: rgb(187,110,226); }
td.TdClassName
{
border-color: #BB6EE2;
}
.TagClassName
{
border-color: #BB6EE2;
}
</style>