Shades of Medium Orchid #BB6CEC
Tints of Medium Orchid #BB6CEC
RGB
CMYK
RGB Variations
Color information
#BB6CEC (or 0xBB6CEC) is known color: Medium Orchid. HEX triplet: BB, 6C and EC. RGB value is (187,108,236). Sum of RGB (Red+Green+Blue) = 187+108+236=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB6CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6CEC is #449313. Grayscale: #919191. Windows color (decimal): -4494100 or 15494331. OLE color: 15494331.
HSL color Cylindrical-coordinate representation of color #BB6CEC: hue angle of 277.03º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB6CEC is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 108 | 236 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.07 |
| HSL | 277.03º | 0.77% | 0.67% | - |
| HSV(B) | 277.03º | 0.54% | 0.93% | - |
| XYZ | 41 | 27.35 | 82.47 | - |
| YUV | 146.21 | 178.67 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 236 | 0.21 | 0.54 | 0 | 0.07 | 277.03 | 0.77 | 0.67 |
| Hex | BB | 6C | EC | 15 | 36 | 0 | 7 | 115 | 4D | 43 |
| Octal | 273 | 154 | 354 | 25 | 66 | 0 | 7 | 425 | 115 | 103 |
| Binary | 10111011 | 1101100 | 11101100 | 10101 | 110110 | 0 | 111 | 100010101 | 1001101 | 1000011 |
Color Harmonies of #BB6CEC
Complementary color
Monochromatic Colors of #BB6CEC
Black with #BB6CEC
Text Example
Text Example
White with #BB6CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CEC; }
p { color: rgb(187,108,236); }
H1.HeaderClassName
{
color: #BB6CEC;
}
.AnyTagClassName
{
color: #BB6CEC;
}
</style>
background-color css
<style>
a { background-color: #BB6CEC; }
a { background-color: rgb(187,108,236); }
div.DivClassName
{
background-color: #BB6CEC;
}
.BgClassName
{
background-color: #BB6CEC;
}
</style>
border-color css
<style>
span { border-color: #BB6CEC; }
span { border-color: rgb(187,108,236); }
td.TdClassName
{
border-color: #BB6CEC;
}
.TagClassName
{
border-color: #BB6CEC;
}
</style>