Shades of Medium Orchid #BB61CE
Tints of Medium Orchid #BB61CE
RGB
CMYK
RGB Variations
Color information
#BB61CE (or 0xBB61CE) is known color: Medium Orchid. HEX triplet: BB, 61 and CE. RGB value is (187,97,206). Sum of RGB (Red+Green+Blue) = 187+97+206=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB61CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61CE is #449E31. Grayscale: #878787. Windows color (decimal): -4496946 or 13525435. OLE color: 13525435.
HSL color Cylindrical-coordinate representation of color #BB61CE: hue angle of 289.54º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB61CE is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 97 | 206 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.19 |
| HSL | 289.54º | 0.53% | 0.59% | - |
| HSV(B) | 289.54º | 0.53% | 0.81% | - |
| XYZ | 35.91 | 23.57 | 61.05 | - |
| YUV | 136.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 206 | 0.09 | 0.53 | 0 | 0.19 | 289.54 | 0.53 | 0.59 |
| Hex | BB | 61 | CE | 9 | 35 | 0 | 13 | 122 | 35 | 3B |
| Octal | 273 | 141 | 316 | 11 | 65 | 0 | 23 | 442 | 65 | 73 |
| Binary | 10111011 | 1100001 | 11001110 | 1001 | 110101 | 0 | 10011 | 100100010 | 110101 | 111011 |
Color Harmonies of #BB61CE
Complementary color
Monochromatic Colors of #BB61CE
Black with #BB61CE
Text Example
Text Example
White with #BB61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB61CE; }
p { color: rgb(187,97,206); }
H1.HeaderClassName
{
color: #BB61CE;
}
.AnyTagClassName
{
color: #BB61CE;
}
</style>
background-color css
<style>
a { background-color: #BB61CE; }
a { background-color: rgb(187,97,206); }
div.DivClassName
{
background-color: #BB61CE;
}
.BgClassName
{
background-color: #BB61CE;
}
</style>
border-color css
<style>
span { border-color: #BB61CE; }
span { border-color: rgb(187,97,206); }
td.TdClassName
{
border-color: #BB61CE;
}
.TagClassName
{
border-color: #BB61CE;
}
</style>