Shades of Medium Orchid #BB6DCE
Tints of Medium Orchid #BB6DCE
RGB
CMYK
RGB Variations
Color information
#BB6DCE (or 0xBB6DCE) is known color: Medium Orchid. HEX triplet: BB, 6D and CE. RGB value is (187,109,206). Sum of RGB (Red+Green+Blue) = 187+109+206=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB6DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DCE is #449231. Grayscale: #8F8F8F. Windows color (decimal): -4493874 or 13528507. OLE color: 13528507.
HSL color Cylindrical-coordinate representation of color #BB6DCE: hue angle of 288.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6DCE is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 109 | 206 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.19 |
| HSL | 288.25º | 0.5% | 0.62% | - |
| HSV(B) | 288.25º | 0.47% | 0.81% | - |
| XYZ | 37.1 | 25.96 | 61.45 | - |
| YUV | 143.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 206 | 0.09 | 0.47 | 0 | 0.19 | 288.25 | 0.5 | 0.62 |
| Hex | BB | 6D | CE | 9 | 2F | 0 | 13 | 120 | 32 | 3E |
| Octal | 273 | 155 | 316 | 11 | 57 | 0 | 23 | 440 | 62 | 76 |
| Binary | 10111011 | 1101101 | 11001110 | 1001 | 101111 | 0 | 10011 | 100100000 | 110010 | 111110 |
Color Harmonies of #BB6DCE
Complementary color
Monochromatic Colors of #BB6DCE
Black with #BB6DCE
Text Example
Text Example
White with #BB6DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6DCE; }
p { color: rgb(187,109,206); }
H1.HeaderClassName
{
color: #BB6DCE;
}
.AnyTagClassName
{
color: #BB6DCE;
}
</style>
background-color css
<style>
a { background-color: #BB6DCE; }
a { background-color: rgb(187,109,206); }
div.DivClassName
{
background-color: #BB6DCE;
}
.BgClassName
{
background-color: #BB6DCE;
}
</style>
border-color css
<style>
span { border-color: #BB6DCE; }
span { border-color: rgb(187,109,206); }
td.TdClassName
{
border-color: #BB6DCE;
}
.TagClassName
{
border-color: #BB6DCE;
}
</style>