Shades of Medium Orchid #BB61CB
Tints of Medium Orchid #BB61CB
RGB
CMYK
RGB Variations
Color information
#BB61CB (or 0xBB61CB) is known color: Medium Orchid. HEX triplet: BB, 61 and CB. RGB value is (187,97,203). Sum of RGB (Red+Green+Blue) = 187+97+203=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB61CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61CB is #449E34. Grayscale: #878787. Windows color (decimal): -4496949 or 13328827. OLE color: 13328827.
HSL color Cylindrical-coordinate representation of color #BB61CB: hue angle of 290.94º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB61CB is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 97 | 203 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.20 |
| HSL | 290.94º | 0.5% | 0.59% | - |
| HSV(B) | 290.94º | 0.52% | 0.8% | - |
| XYZ | 35.55 | 23.43 | 59.15 | - |
| YUV | 135.99 | 165.82 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 203 | 0.08 | 0.52 | 0 | 0.20 | 290.94 | 0.5 | 0.59 |
| Hex | BB | 61 | CB | 8 | 34 | 0 | 14 | 123 | 32 | 3B |
| Octal | 273 | 141 | 313 | 10 | 64 | 0 | 24 | 443 | 62 | 73 |
| Binary | 10111011 | 1100001 | 11001011 | 1000 | 110100 | 0 | 10100 | 100100011 | 110010 | 111011 |
Color Harmonies of #BB61CB
Complementary color
Monochromatic Colors of #BB61CB
Black with #BB61CB
Text Example
Text Example
White with #BB61CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB61CB; }
p { color: rgb(187,97,203); }
H1.HeaderClassName
{
color: #BB61CB;
}
.AnyTagClassName
{
color: #BB61CB;
}
</style>
background-color css
<style>
a { background-color: #BB61CB; }
a { background-color: rgb(187,97,203); }
div.DivClassName
{
background-color: #BB61CB;
}
.BgClassName
{
background-color: #BB61CB;
}
</style>
border-color css
<style>
span { border-color: #BB61CB; }
span { border-color: rgb(187,97,203); }
td.TdClassName
{
border-color: #BB61CB;
}
.TagClassName
{
border-color: #BB61CB;
}
</style>