Shades of Medium Orchid #BB54CE
Tints of Medium Orchid #BB54CE
RGB
CMYK
RGB Variations
Color information
#BB54CE (or 0xBB54CE) is known color: Medium Orchid. HEX triplet: BB, 54 and CE. RGB value is (187,84,206). Sum of RGB (Red+Green+Blue) = 187+84+206=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB54CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB54CE is #44AB31. Grayscale: #808080. Windows color (decimal): -4500274 or 13522107. OLE color: 13522107.
HSL color Cylindrical-coordinate representation of color #BB54CE: hue angle of 290.66º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB54CE is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 84 | 206 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.19 |
| HSL | 290.66º | 0.55% | 0.57% | - |
| HSV(B) | 290.66º | 0.59% | 0.81% | - |
| XYZ | 34.8 | 21.36 | 60.68 | - |
| YUV | 128.71 | 171.62 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 206 | 0.09 | 0.59 | 0 | 0.19 | 290.66 | 0.55 | 0.57 |
| Hex | BB | 54 | CE | 9 | 3B | 0 | 13 | 123 | 37 | 39 |
| Octal | 273 | 124 | 316 | 11 | 73 | 0 | 23 | 443 | 67 | 71 |
| Binary | 10111011 | 1010100 | 11001110 | 1001 | 111011 | 0 | 10011 | 100100011 | 110111 | 111001 |
Color Harmonies of #BB54CE
Complementary color
Monochromatic Colors of #BB54CE
Black with #BB54CE
Text Example
Text Example
White with #BB54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB54CE; }
p { color: rgb(187,84,206); }
H1.HeaderClassName
{
color: #BB54CE;
}
.AnyTagClassName
{
color: #BB54CE;
}
</style>
background-color css
<style>
a { background-color: #BB54CE; }
a { background-color: rgb(187,84,206); }
div.DivClassName
{
background-color: #BB54CE;
}
.BgClassName
{
background-color: #BB54CE;
}
</style>
border-color css
<style>
span { border-color: #BB54CE; }
span { border-color: rgb(187,84,206); }
td.TdClassName
{
border-color: #BB54CE;
}
.TagClassName
{
border-color: #BB54CE;
}
</style>