Shades of Medium Orchid #BB5CE0
Tints of Medium Orchid #BB5CE0
RGB
CMYK
RGB Variations
Color information
#BB5CE0 (or 0xBB5CE0) is known color: Medium Orchid. HEX triplet: BB, 5C and E0. RGB value is (187,92,224). Sum of RGB (Red+Green+Blue) = 187+92+224=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB5CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CE0 is #44A31F. Grayscale: #878787. Windows color (decimal): -4498208 or 14703803. OLE color: 14703803.
HSL color Cylindrical-coordinate representation of color #BB5CE0: hue angle of 283.18º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB5CE0 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 92 | 224 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.12 |
| HSL | 283.18º | 0.68% | 0.62% | - |
| HSV(B) | 283.18º | 0.59% | 0.88% | - |
| XYZ | 37.78 | 23.6 | 73.09 | - |
| YUV | 135.45 | 177.97 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 224 | 0.17 | 0.59 | 0 | 0.12 | 283.18 | 0.68 | 0.62 |
| Hex | BB | 5C | E0 | 11 | 3B | 0 | C | 11B | 44 | 3E |
| Octal | 273 | 134 | 340 | 21 | 73 | 0 | 14 | 433 | 104 | 76 |
| Binary | 10111011 | 1011100 | 11100000 | 10001 | 111011 | 0 | 1100 | 100011011 | 1000100 | 111110 |
Color Harmonies of #BB5CE0
Complementary color
Monochromatic Colors of #BB5CE0
Black with #BB5CE0
Text Example
Text Example
White with #BB5CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5CE0; }
p { color: rgb(187,92,224); }
H1.HeaderClassName
{
color: #BB5CE0;
}
.AnyTagClassName
{
color: #BB5CE0;
}
</style>
background-color css
<style>
a { background-color: #BB5CE0; }
a { background-color: rgb(187,92,224); }
div.DivClassName
{
background-color: #BB5CE0;
}
.BgClassName
{
background-color: #BB5CE0;
}
</style>
border-color css
<style>
span { border-color: #BB5CE0; }
span { border-color: rgb(187,92,224); }
td.TdClassName
{
border-color: #BB5CE0;
}
.TagClassName
{
border-color: #BB5CE0;
}
</style>