Shades of Medium Orchid #BB64DD
Tints of Medium Orchid #BB64DD
RGB
CMYK
RGB Variations
Color information
#BB64DD (or 0xBB64DD) is known color: Medium Orchid. HEX triplet: BB, 64 and DD. RGB value is (187,100,221). Sum of RGB (Red+Green+Blue) = 187+100+221=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64DD is #449B22. Grayscale: #8B8B8B. Windows color (decimal): -4496163 or 14509243. OLE color: 14509243.
HSL color Cylindrical-coordinate representation of color #BB64DD: hue angle of 283.14º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB64DD is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 100 | 221 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.13 |
| HSL | 283.14º | 0.64% | 0.63% | - |
| HSV(B) | 283.14º | 0.55% | 0.87% | - |
| XYZ | 38.1 | 24.9 | 71.2 | - |
| YUV | 139.81 | 173.82 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 221 | 0.15 | 0.55 | 0 | 0.13 | 283.14 | 0.64 | 0.63 |
| Hex | BB | 64 | DD | F | 37 | 0 | D | 11B | 40 | 3F |
| Octal | 273 | 144 | 335 | 17 | 67 | 0 | 15 | 433 | 100 | 77 |
| Binary | 10111011 | 1100100 | 11011101 | 1111 | 110111 | 0 | 1101 | 100011011 | 1000000 | 111111 |
Color Harmonies of #BB64DD
Complementary color
Monochromatic Colors of #BB64DD
Black with #BB64DD
Text Example
Text Example
White with #BB64DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB64DD; }
p { color: rgb(187,100,221); }
H1.HeaderClassName
{
color: #BB64DD;
}
.AnyTagClassName
{
color: #BB64DD;
}
</style>
background-color css
<style>
a { background-color: #BB64DD; }
a { background-color: rgb(187,100,221); }
div.DivClassName
{
background-color: #BB64DD;
}
.BgClassName
{
background-color: #BB64DD;
}
</style>
border-color css
<style>
span { border-color: #BB64DD; }
span { border-color: rgb(187,100,221); }
td.TdClassName
{
border-color: #BB64DD;
}
.TagClassName
{
border-color: #BB64DD;
}
</style>