Shades of Medium Orchid #BB64CC
Tints of Medium Orchid #BB64CC
RGB
CMYK
RGB Variations
Color information
#BB64CC (or 0xBB64CC) is known color: Medium Orchid. HEX triplet: BB, 64 and CC. RGB value is (187,100,204). Sum of RGB (Red+Green+Blue) = 187+100+204=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64CC is #449B33. Grayscale: #898989. Windows color (decimal): -4496180 or 13395131. OLE color: 13395131.
HSL color Cylindrical-coordinate representation of color #BB64CC: hue angle of 290.19º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB64CC is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 100 | 204 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.2 |
| HSL | 290.19º | 0.5% | 0.6% | - |
| HSV(B) | 290.19º | 0.51% | 0.8% | - |
| XYZ | 35.95 | 24.04 | 59.87 | - |
| YUV | 137.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 204 | 0.08 | 0.51 | 0 | 0.2 | 290.19 | 0.5 | 0.6 |
| Hex | BB | 64 | CC | 8 | 33 | 0 | 14 | 122 | 32 | 3C |
| Octal | 273 | 144 | 314 | 10 | 63 | 0 | 24 | 442 | 62 | 74 |
| Binary | 10111011 | 1100100 | 11001100 | 1000 | 110011 | 0 | 10100 | 100100010 | 110010 | 111100 |
Color Harmonies of #BB64CC
Complementary color
Monochromatic Colors of #BB64CC
Black with #BB64CC
Text Example
Text Example
White with #BB64CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB64CC; }
p { color: rgb(187,100,204); }
H1.HeaderClassName
{
color: #BB64CC;
}
.AnyTagClassName
{
color: #BB64CC;
}
</style>
background-color css
<style>
a { background-color: #BB64CC; }
a { background-color: rgb(187,100,204); }
div.DivClassName
{
background-color: #BB64CC;
}
.BgClassName
{
background-color: #BB64CC;
}
</style>
border-color css
<style>
span { border-color: #BB64CC; }
span { border-color: rgb(187,100,204); }
td.TdClassName
{
border-color: #BB64CC;
}
.TagClassName
{
border-color: #BB64CC;
}
</style>