Shades of Medium Orchid #BB3BE1
Tints of Medium Orchid #BB3BE1
RGB
CMYK
RGB Variations
Color information
#BB3BE1 (or 0xBB3BE1) is known color: Medium Orchid. HEX triplet: BB, 3B and E1. RGB value is (187,59,225). Sum of RGB (Red+Green+Blue) = 187+59+225=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB3BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3BE1 is #44C41E. Grayscale: #737373. Windows color (decimal): -4506655 or 14760891. OLE color: 14760891.
HSL color Cylindrical-coordinate representation of color #BB3BE1: hue angle of 286.27º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3BE1 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 59 | 225 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.12 |
| HSL | 286.27º | 0.73% | 0.56% | - |
| HSV(B) | 286.27º | 0.74% | 0.88% | - |
| XYZ | 35.65 | 19.13 | 73.05 | - |
| YUV | 116.2 | 189.41 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 59 | 225 | 0.17 | 0.74 | 0 | 0.12 | 286.27 | 0.73 | 0.56 |
| Hex | BB | 3B | E1 | 11 | 4A | 0 | C | 11E | 49 | 38 |
| Octal | 273 | 73 | 341 | 21 | 112 | 0 | 14 | 436 | 111 | 70 |
| Binary | 10111011 | 111011 | 11100001 | 10001 | 1001010 | 0 | 1100 | 100011110 | 1001001 | 111000 |
Color Harmonies of #BB3BE1
Complementary color
Monochromatic Colors of #BB3BE1
Black with #BB3BE1
Text Example
Text Example
White with #BB3BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3BE1; }
p { color: rgb(187,59,225); }
H1.HeaderClassName
{
color: #BB3BE1;
}
.AnyTagClassName
{
color: #BB3BE1;
}
</style>
background-color css
<style>
a { background-color: #BB3BE1; }
a { background-color: rgb(187,59,225); }
div.DivClassName
{
background-color: #BB3BE1;
}
.BgClassName
{
background-color: #BB3BE1;
}
</style>
border-color css
<style>
span { border-color: #BB3BE1; }
span { border-color: rgb(187,59,225); }
td.TdClassName
{
border-color: #BB3BE1;
}
.TagClassName
{
border-color: #BB3BE1;
}
</style>