Shades of Medium Orchid #BB64D1
Tints of Medium Orchid #BB64D1
RGB
CMYK
RGB Variations
Color information
#BB64D1 (or 0xBB64D1) is known color: Medium Orchid. HEX triplet: BB, 64 and D1. RGB value is (187,100,209). Sum of RGB (Red+Green+Blue) = 187+100+209=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB64D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64D1 is #449B2E. Grayscale: #8A8A8A. Windows color (decimal): -4496175 or 13722811. OLE color: 13722811.
HSL color Cylindrical-coordinate representation of color #BB64D1: hue angle of 287.89º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB64D1 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 100 | 209 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.18 |
| HSL | 287.89º | 0.54% | 0.61% | - |
| HSV(B) | 287.89º | 0.52% | 0.82% | - |
| XYZ | 36.56 | 24.28 | 63.08 | - |
| YUV | 138.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 209 | 0.11 | 0.52 | 0 | 0.18 | 287.89 | 0.54 | 0.61 |
| Hex | BB | 64 | D1 | B | 34 | 0 | 12 | 120 | 36 | 3D |
| Octal | 273 | 144 | 321 | 13 | 64 | 0 | 22 | 440 | 66 | 75 |
| Binary | 10111011 | 1100100 | 11010001 | 1011 | 110100 | 0 | 10010 | 100100000 | 110110 | 111101 |
Color Harmonies of #BB64D1
Complementary color
Monochromatic Colors of #BB64D1
Black with #BB64D1
Text Example
Text Example
White with #BB64D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB64D1; }
p { color: rgb(187,100,209); }
H1.HeaderClassName
{
color: #BB64D1;
}
.AnyTagClassName
{
color: #BB64D1;
}
</style>
background-color css
<style>
a { background-color: #BB64D1; }
a { background-color: rgb(187,100,209); }
div.DivClassName
{
background-color: #BB64D1;
}
.BgClassName
{
background-color: #BB64D1;
}
</style>
border-color css
<style>
span { border-color: #BB64D1; }
span { border-color: rgb(187,100,209); }
td.TdClassName
{
border-color: #BB64D1;
}
.TagClassName
{
border-color: #BB64D1;
}
</style>