Shades of Medium Orchid #BB6BE8
Tints of Medium Orchid #BB6BE8
RGB
CMYK
RGB Variations
Color information
#BB6BE8 (or 0xBB6BE8) is known color: Medium Orchid. HEX triplet: BB, 6B and E8. RGB value is (187,107,232). Sum of RGB (Red+Green+Blue) = 187+107+232=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB6BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6BE8 is #449417. Grayscale: #909090. Windows color (decimal): -4494360 or 15231931. OLE color: 15231931.
HSL color Cylindrical-coordinate representation of color #BB6BE8: hue angle of 278.4º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB6BE8 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 107 | 232 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.09 |
| HSL | 278.4º | 0.73% | 0.66% | - |
| HSV(B) | 278.4º | 0.54% | 0.91% | - |
| XYZ | 40.32 | 26.91 | 79.41 | - |
| YUV | 145.17 | 177 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 232 | 0.19 | 0.54 | 0 | 0.09 | 278.4 | 0.73 | 0.66 |
| Hex | BB | 6B | E8 | 13 | 36 | 0 | 9 | 116 | 49 | 42 |
| Octal | 273 | 153 | 350 | 23 | 66 | 0 | 11 | 426 | 111 | 102 |
| Binary | 10111011 | 1101011 | 11101000 | 10011 | 110110 | 0 | 1001 | 100010110 | 1001001 | 1000010 |
Color Harmonies of #BB6BE8
Complementary color
Monochromatic Colors of #BB6BE8
Black with #BB6BE8
Text Example
Text Example
White with #BB6BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6BE8; }
p { color: rgb(187,107,232); }
H1.HeaderClassName
{
color: #BB6BE8;
}
.AnyTagClassName
{
color: #BB6BE8;
}
</style>
background-color css
<style>
a { background-color: #BB6BE8; }
a { background-color: rgb(187,107,232); }
div.DivClassName
{
background-color: #BB6BE8;
}
.BgClassName
{
background-color: #BB6BE8;
}
</style>
border-color css
<style>
span { border-color: #BB6BE8; }
span { border-color: rgb(187,107,232); }
td.TdClassName
{
border-color: #BB6BE8;
}
.TagClassName
{
border-color: #BB6BE8;
}
</style>