Shades of Medium Orchid #BB6BEB
Tints of Medium Orchid #BB6BEB
RGB
CMYK
RGB Variations
Color information
#BB6BEB (or 0xBB6BEB) is known color: Medium Orchid. HEX triplet: BB, 6B and EB. RGB value is (187,107,235). Sum of RGB (Red+Green+Blue) = 187+107+235=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB6BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6BEB is #449414. Grayscale: #919191. Windows color (decimal): -4494357 or 15428539. OLE color: 15428539.
HSL color Cylindrical-coordinate representation of color #BB6BEB: hue angle of 277.5º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB6BEB is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 107 | 235 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.08 |
| HSL | 277.5º | 0.76% | 0.67% | - |
| HSV(B) | 277.5º | 0.54% | 0.92% | - |
| XYZ | 40.75 | 27.08 | 81.68 | - |
| YUV | 145.51 | 178.5 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 235 | 0.20 | 0.54 | 0 | 0.08 | 277.5 | 0.76 | 0.67 |
| Hex | BB | 6B | EB | 14 | 36 | 0 | 8 | 116 | 4C | 43 |
| Octal | 273 | 153 | 353 | 24 | 66 | 0 | 10 | 426 | 114 | 103 |
| Binary | 10111011 | 1101011 | 11101011 | 10100 | 110110 | 0 | 1000 | 100010110 | 1001100 | 1000011 |
Color Harmonies of #BB6BEB
Complementary color
Monochromatic Colors of #BB6BEB
Black with #BB6BEB
Text Example
Text Example
White with #BB6BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6BEB; }
p { color: rgb(187,107,235); }
H1.HeaderClassName
{
color: #BB6BEB;
}
.AnyTagClassName
{
color: #BB6BEB;
}
</style>
background-color css
<style>
a { background-color: #BB6BEB; }
a { background-color: rgb(187,107,235); }
div.DivClassName
{
background-color: #BB6BEB;
}
.BgClassName
{
background-color: #BB6BEB;
}
</style>
border-color css
<style>
span { border-color: #BB6BEB; }
span { border-color: rgb(187,107,235); }
td.TdClassName
{
border-color: #BB6BEB;
}
.TagClassName
{
border-color: #BB6BEB;
}
</style>