Shades of Medium Orchid #BB64ED
Tints of Medium Orchid #BB64ED
RGB
CMYK
RGB Variations
Color information
#BB64ED (or 0xBB64ED) is known color: Medium Orchid. HEX triplet: BB, 64 and ED. RGB value is (187,100,237). Sum of RGB (Red+Green+Blue) = 187+100+237=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB64ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB64ED is #449B12. Grayscale: #8D8D8D. Windows color (decimal): -4496147 or 15557819. OLE color: 15557819.
HSL color Cylindrical-coordinate representation of color #BB64ED: hue angle of 278.1º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB64ED is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 100 | 237 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.07 |
| HSL | 278.1º | 0.79% | 0.66% | - |
| HSV(B) | 278.1º | 0.58% | 0.93% | - |
| XYZ | 40.34 | 25.79 | 82.97 | - |
| YUV | 141.63 | 181.82 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 237 | 0.21 | 0.58 | 0 | 0.07 | 278.1 | 0.79 | 0.66 |
| Hex | BB | 64 | ED | 15 | 3A | 0 | 7 | 116 | 4F | 42 |
| Octal | 273 | 144 | 355 | 25 | 72 | 0 | 7 | 426 | 117 | 102 |
| Binary | 10111011 | 1100100 | 11101101 | 10101 | 111010 | 0 | 111 | 100010110 | 1001111 | 1000010 |
Color Harmonies of #BB64ED
Complementary color
Monochromatic Colors of #BB64ED
Black with #BB64ED
Text Example
Text Example
White with #BB64ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB64ED; }
p { color: rgb(187,100,237); }
H1.HeaderClassName
{
color: #BB64ED;
}
.AnyTagClassName
{
color: #BB64ED;
}
</style>
background-color css
<style>
a { background-color: #BB64ED; }
a { background-color: rgb(187,100,237); }
div.DivClassName
{
background-color: #BB64ED;
}
.BgClassName
{
background-color: #BB64ED;
}
</style>
border-color css
<style>
span { border-color: #BB64ED; }
span { border-color: rgb(187,100,237); }
td.TdClassName
{
border-color: #BB64ED;
}
.TagClassName
{
border-color: #BB64ED;
}
</style>