Shades of Medium Orchid #BB5FE5
Tints of Medium Orchid #BB5FE5
RGB
CMYK
RGB Variations
Color information
#BB5FE5 (or 0xBB5FE5) is known color: Medium Orchid. HEX triplet: BB, 5F and E5. RGB value is (187,95,229). Sum of RGB (Red+Green+Blue) = 187+95+229=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB5FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FE5 is #44A01A. Grayscale: #898989. Windows color (decimal): -4497435 or 15032251. OLE color: 15032251.
HSL color Cylindrical-coordinate representation of color #BB5FE5: hue angle of 281.19º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB5FE5 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 95 | 229 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.10 |
| HSL | 281.19º | 0.72% | 0.64% | - |
| HSV(B) | 281.19º | 0.59% | 0.9% | - |
| XYZ | 38.73 | 24.41 | 76.8 | - |
| YUV | 137.78 | 179.48 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 95 | 229 | 0.18 | 0.59 | 0 | 0.10 | 281.19 | 0.72 | 0.64 |
| Hex | BB | 5F | E5 | 12 | 3B | 0 | A | 119 | 48 | 40 |
| Octal | 273 | 137 | 345 | 22 | 73 | 0 | 12 | 431 | 110 | 100 |
| Binary | 10111011 | 1011111 | 11100101 | 10010 | 111011 | 0 | 1010 | 100011001 | 1001000 | 1000000 |
Color Harmonies of #BB5FE5
Complementary color
Monochromatic Colors of #BB5FE5
Black with #BB5FE5
Text Example
Text Example
White with #BB5FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5FE5; }
p { color: rgb(187,95,229); }
H1.HeaderClassName
{
color: #BB5FE5;
}
.AnyTagClassName
{
color: #BB5FE5;
}
</style>
background-color css
<style>
a { background-color: #BB5FE5; }
a { background-color: rgb(187,95,229); }
div.DivClassName
{
background-color: #BB5FE5;
}
.BgClassName
{
background-color: #BB5FE5;
}
</style>
border-color css
<style>
span { border-color: #BB5FE5; }
span { border-color: rgb(187,95,229); }
td.TdClassName
{
border-color: #BB5FE5;
}
.TagClassName
{
border-color: #BB5FE5;
}
</style>