Shades of Medium Orchid #BB65EC
Tints of Medium Orchid #BB65EC
RGB
CMYK
RGB Variations
Color information
#BB65EC (or 0xBB65EC) is known color: Medium Orchid. HEX triplet: BB, 65 and EC. RGB value is (187,101,236). Sum of RGB (Red+Green+Blue) = 187+101+236=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB65EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB65EC is #449A13. Grayscale: #8D8D8D. Windows color (decimal): -4495892 or 15492539. OLE color: 15492539.
HSL color Cylindrical-coordinate representation of color #BB65EC: hue angle of 278.22º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB65EC is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 101 | 236 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.07 |
| HSL | 278.22º | 0.78% | 0.66% | - |
| HSV(B) | 278.22º | 0.57% | 0.93% | - |
| XYZ | 40.29 | 25.93 | 82.24 | - |
| YUV | 142.1 | 180.99 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 236 | 0.21 | 0.57 | 0 | 0.07 | 278.22 | 0.78 | 0.66 |
| Hex | BB | 65 | EC | 15 | 39 | 0 | 7 | 116 | 4E | 42 |
| Octal | 273 | 145 | 354 | 25 | 71 | 0 | 7 | 426 | 116 | 102 |
| Binary | 10111011 | 1100101 | 11101100 | 10101 | 111001 | 0 | 111 | 100010110 | 1001110 | 1000010 |
Color Harmonies of #BB65EC
Complementary color
Monochromatic Colors of #BB65EC
Black with #BB65EC
Text Example
Text Example
White with #BB65EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB65EC; }
p { color: rgb(187,101,236); }
H1.HeaderClassName
{
color: #BB65EC;
}
.AnyTagClassName
{
color: #BB65EC;
}
</style>
background-color css
<style>
a { background-color: #BB65EC; }
a { background-color: rgb(187,101,236); }
div.DivClassName
{
background-color: #BB65EC;
}
.BgClassName
{
background-color: #BB65EC;
}
</style>
border-color css
<style>
span { border-color: #BB65EC; }
span { border-color: rgb(187,101,236); }
td.TdClassName
{
border-color: #BB65EC;
}
.TagClassName
{
border-color: #BB65EC;
}
</style>