Shades of Medium Orchid #BB3EE0
Tints of Medium Orchid #BB3EE0
RGB
CMYK
RGB Variations
Color information
#BB3EE0 (or 0xBB3EE0) is known color: Medium Orchid. HEX triplet: BB, 3E and E0. RGB value is (187,62,224). Sum of RGB (Red+Green+Blue) = 187+62+224=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB3EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3EE0 is #44C11F. Grayscale: #757575. Windows color (decimal): -4505888 or 14696123. OLE color: 14696123.
HSL color Cylindrical-coordinate representation of color #BB3EE0: hue angle of 286.3º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3EE0 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 62 | 224 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.12 |
| HSL | 286.3º | 0.72% | 0.56% | - |
| HSV(B) | 286.3º | 0.72% | 0.88% | - |
| XYZ | 35.67 | 19.39 | 72.38 | - |
| YUV | 117.84 | 187.91 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 224 | 0.17 | 0.72 | 0 | 0.12 | 286.3 | 0.72 | 0.56 |
| Hex | BB | 3E | E0 | 11 | 48 | 0 | C | 11E | 48 | 38 |
| Octal | 273 | 76 | 340 | 21 | 110 | 0 | 14 | 436 | 110 | 70 |
| Binary | 10111011 | 111110 | 11100000 | 10001 | 1001000 | 0 | 1100 | 100011110 | 1001000 | 111000 |
Color Harmonies of #BB3EE0
Complementary color
Monochromatic Colors of #BB3EE0
Black with #BB3EE0
Text Example
Text Example
White with #BB3EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3EE0; }
p { color: rgb(187,62,224); }
H1.HeaderClassName
{
color: #BB3EE0;
}
.AnyTagClassName
{
color: #BB3EE0;
}
</style>
background-color css
<style>
a { background-color: #BB3EE0; }
a { background-color: rgb(187,62,224); }
div.DivClassName
{
background-color: #BB3EE0;
}
.BgClassName
{
background-color: #BB3EE0;
}
</style>
border-color css
<style>
span { border-color: #BB3EE0; }
span { border-color: rgb(187,62,224); }
td.TdClassName
{
border-color: #BB3EE0;
}
.TagClassName
{
border-color: #BB3EE0;
}
</style>