Shades of Medium Orchid #BB5CE5
Tints of Medium Orchid #BB5CE5
RGB
CMYK
RGB Variations
Color information
#BB5CE5 (or 0xBB5CE5) is known color: Medium Orchid. HEX triplet: BB, 5C and E5. RGB value is (187,92,229). Sum of RGB (Red+Green+Blue) = 187+92+229=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB5CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CE5 is #44A31A. Grayscale: #878787. Windows color (decimal): -4498203 or 15031483. OLE color: 15031483.
HSL color Cylindrical-coordinate representation of color #BB5CE5: hue angle of 281.61º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB5CE5 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 92 | 229 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.10 |
| HSL | 281.61º | 0.72% | 0.63% | - |
| HSV(B) | 281.61º | 0.6% | 0.9% | - |
| XYZ | 38.46 | 23.88 | 76.71 | - |
| YUV | 136.02 | 180.47 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 229 | 0.18 | 0.60 | 0 | 0.10 | 281.61 | 0.72 | 0.63 |
| Hex | BB | 5C | E5 | 12 | 3C | 0 | A | 11A | 48 | 3F |
| Octal | 273 | 134 | 345 | 22 | 74 | 0 | 12 | 432 | 110 | 77 |
| Binary | 10111011 | 1011100 | 11100101 | 10010 | 111100 | 0 | 1010 | 100011010 | 1001000 | 111111 |
Color Harmonies of #BB5CE5
Complementary color
Monochromatic Colors of #BB5CE5
Black with #BB5CE5
Text Example
Text Example
White with #BB5CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5CE5; }
p { color: rgb(187,92,229); }
H1.HeaderClassName
{
color: #BB5CE5;
}
.AnyTagClassName
{
color: #BB5CE5;
}
</style>
background-color css
<style>
a { background-color: #BB5CE5; }
a { background-color: rgb(187,92,229); }
div.DivClassName
{
background-color: #BB5CE5;
}
.BgClassName
{
background-color: #BB5CE5;
}
</style>
border-color css
<style>
span { border-color: #BB5CE5; }
span { border-color: rgb(187,92,229); }
td.TdClassName
{
border-color: #BB5CE5;
}
.TagClassName
{
border-color: #BB5CE5;
}
</style>