Shades of Medium Orchid #BB64CB
Tints of Medium Orchid #BB64CB
RGB
CMYK
RGB Variations
Color information
#BB64CB (or 0xBB64CB) is known color: Medium Orchid. HEX triplet: BB, 64 and CB. RGB value is (187,100,203). Sum of RGB (Red+Green+Blue) = 187+100+203=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB64CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64CB is #449B34. Grayscale: #898989. Windows color (decimal): -4496181 or 13329595. OLE color: 13329595.
HSL color Cylindrical-coordinate representation of color #BB64CB: hue angle of 290.68º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB64CB is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 100 | 203 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.20 |
| HSL | 290.68º | 0.5% | 0.59% | - |
| HSV(B) | 290.68º | 0.51% | 0.8% | - |
| XYZ | 35.83 | 23.99 | 59.24 | - |
| YUV | 137.76 | 164.82 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 203 | 0.08 | 0.51 | 0 | 0.20 | 290.68 | 0.5 | 0.59 |
| Hex | BB | 64 | CB | 8 | 33 | 0 | 14 | 123 | 32 | 3B |
| Octal | 273 | 144 | 313 | 10 | 63 | 0 | 24 | 443 | 62 | 73 |
| Binary | 10111011 | 1100100 | 11001011 | 1000 | 110011 | 0 | 10100 | 100100011 | 110010 | 111011 |
Color Harmonies of #BB64CB
Complementary color
Monochromatic Colors of #BB64CB
Black with #BB64CB
Text Example
Text Example
White with #BB64CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB64CB; }
p { color: rgb(187,100,203); }
H1.HeaderClassName
{
color: #BB64CB;
}
.AnyTagClassName
{
color: #BB64CB;
}
</style>
background-color css
<style>
a { background-color: #BB64CB; }
a { background-color: rgb(187,100,203); }
div.DivClassName
{
background-color: #BB64CB;
}
.BgClassName
{
background-color: #BB64CB;
}
</style>
border-color css
<style>
span { border-color: #BB64CB; }
span { border-color: rgb(187,100,203); }
td.TdClassName
{
border-color: #BB64CB;
}
.TagClassName
{
border-color: #BB64CB;
}
</style>