Shades of Medium Orchid #BB5CE1
Tints of Medium Orchid #BB5CE1
RGB
CMYK
RGB Variations
Color information
#BB5CE1 (or 0xBB5CE1) is known color: Medium Orchid. HEX triplet: BB, 5C and E1. RGB value is (187,92,225). Sum of RGB (Red+Green+Blue) = 187+92+225=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB5CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CE1 is #44A31E. Grayscale: #878787. Windows color (decimal): -4498207 or 14769339. OLE color: 14769339.
HSL color Cylindrical-coordinate representation of color #BB5CE1: hue angle of 282.86º degrees, saturation: 0.69, 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 #BB5CE1 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 92 | 225 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.12 |
| HSL | 282.86º | 0.69% | 0.62% | - |
| HSV(B) | 282.86º | 0.59% | 0.88% | - |
| XYZ | 37.91 | 23.66 | 73.8 | - |
| YUV | 135.57 | 178.47 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 225 | 0.17 | 0.59 | 0 | 0.12 | 282.86 | 0.69 | 0.62 |
| Hex | BB | 5C | E1 | 11 | 3B | 0 | C | 11B | 45 | 3E |
| Octal | 273 | 134 | 341 | 21 | 73 | 0 | 14 | 433 | 105 | 76 |
| Binary | 10111011 | 1011100 | 11100001 | 10001 | 111011 | 0 | 1100 | 100011011 | 1000101 | 111110 |
Color Harmonies of #BB5CE1
Complementary color
Monochromatic Colors of #BB5CE1
Black with #BB5CE1
Text Example
Text Example
White with #BB5CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5CE1; }
p { color: rgb(187,92,225); }
H1.HeaderClassName
{
color: #BB5CE1;
}
.AnyTagClassName
{
color: #BB5CE1;
}
</style>
background-color css
<style>
a { background-color: #BB5CE1; }
a { background-color: rgb(187,92,225); }
div.DivClassName
{
background-color: #BB5CE1;
}
.BgClassName
{
background-color: #BB5CE1;
}
</style>
border-color css
<style>
span { border-color: #BB5CE1; }
span { border-color: rgb(187,92,225); }
td.TdClassName
{
border-color: #BB5CE1;
}
.TagClassName
{
border-color: #BB5CE1;
}
</style>