Shades of Medium Orchid #BB64D0
Tints of Medium Orchid #BB64D0
RGB
CMYK
RGB Variations
Color information
#BB64D0 (or 0xBB64D0) is known color: Medium Orchid. HEX triplet: BB, 64 and D0. RGB value is (187,100,208). Sum of RGB (Red+Green+Blue) = 187+100+208=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB64D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64D0 is #449B2F. Grayscale: #898989. Windows color (decimal): -4496176 or 13657275. OLE color: 13657275.
HSL color Cylindrical-coordinate representation of color #BB64D0: hue angle of 288.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB64D0 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 100 | 208 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.18 |
| HSL | 288.33º | 0.53% | 0.6% | - |
| HSV(B) | 288.33º | 0.52% | 0.82% | - |
| XYZ | 36.44 | 24.23 | 62.43 | - |
| YUV | 138.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 208 | 0.10 | 0.52 | 0 | 0.18 | 288.33 | 0.53 | 0.6 |
| Hex | BB | 64 | D0 | A | 34 | 0 | 12 | 120 | 35 | 3C |
| Octal | 273 | 144 | 320 | 12 | 64 | 0 | 22 | 440 | 65 | 74 |
| Binary | 10111011 | 1100100 | 11010000 | 1010 | 110100 | 0 | 10010 | 100100000 | 110101 | 111100 |
Color Harmonies of #BB64D0
Complementary color
Monochromatic Colors of #BB64D0
Black with #BB64D0
Text Example
Text Example
White with #BB64D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB64D0; }
p { color: rgb(187,100,208); }
H1.HeaderClassName
{
color: #BB64D0;
}
.AnyTagClassName
{
color: #BB64D0;
}
</style>
background-color css
<style>
a { background-color: #BB64D0; }
a { background-color: rgb(187,100,208); }
div.DivClassName
{
background-color: #BB64D0;
}
.BgClassName
{
background-color: #BB64D0;
}
</style>
border-color css
<style>
span { border-color: #BB64D0; }
span { border-color: rgb(187,100,208); }
td.TdClassName
{
border-color: #BB64D0;
}
.TagClassName
{
border-color: #BB64D0;
}
</style>