Shades of Medium Orchid #BB6BE6
Tints of Medium Orchid #BB6BE6
RGB
CMYK
RGB Variations
Color information
#BB6BE6 (or 0xBB6BE6) is known color: Medium Orchid. HEX triplet: BB, 6B and E6. RGB value is (187,107,230). Sum of RGB (Red+Green+Blue) = 187+107+230=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB6BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6BE6 is #449419. Grayscale: #909090. Windows color (decimal): -4494362 or 15100859. OLE color: 15100859.
HSL color Cylindrical-coordinate representation of color #BB6BE6: hue angle of 279.02º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB6BE6 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 107 | 230 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.10 |
| HSL | 279.02º | 0.71% | 0.66% | - |
| HSV(B) | 279.02º | 0.53% | 0.9% | - |
| XYZ | 40.03 | 26.79 | 77.92 | - |
| YUV | 144.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 230 | 0.19 | 0.53 | 0 | 0.10 | 279.02 | 0.71 | 0.66 |
| Hex | BB | 6B | E6 | 13 | 35 | 0 | A | 117 | 47 | 42 |
| Octal | 273 | 153 | 346 | 23 | 65 | 0 | 12 | 427 | 107 | 102 |
| Binary | 10111011 | 1101011 | 11100110 | 10011 | 110101 | 0 | 1010 | 100010111 | 1000111 | 1000010 |
Color Harmonies of #BB6BE6
Complementary color
Monochromatic Colors of #BB6BE6
Black with #BB6BE6
Text Example
Text Example
White with #BB6BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6BE6; }
p { color: rgb(187,107,230); }
H1.HeaderClassName
{
color: #BB6BE6;
}
.AnyTagClassName
{
color: #BB6BE6;
}
</style>
background-color css
<style>
a { background-color: #BB6BE6; }
a { background-color: rgb(187,107,230); }
div.DivClassName
{
background-color: #BB6BE6;
}
.BgClassName
{
background-color: #BB6BE6;
}
</style>
border-color css
<style>
span { border-color: #BB6BE6; }
span { border-color: rgb(187,107,230); }
td.TdClassName
{
border-color: #BB6BE6;
}
.TagClassName
{
border-color: #BB6BE6;
}
</style>