Shades of Medium Orchid #BB3EED
Tints of Medium Orchid #BB3EED
RGB
CMYK
RGB Variations
Color information
#BB3EED (or 0xBB3EED) is known color: Medium Orchid. HEX triplet: BB, 3E and ED. RGB value is (187,62,237). Sum of RGB (Red+Green+Blue) = 187+62+237=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 62 (24.61% from 255 or 12.76% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB3EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3EED is #44C112. Grayscale: #767676. Windows color (decimal): -4505875 or 15548091. OLE color: 15548091.
HSL color Cylindrical-coordinate representation of color #BB3EED: hue angle of 282.86º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3EED is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 62 | 237 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.07 |
| HSL | 282.86º | 0.83% | 0.59% | - |
| HSV(B) | 282.86º | 0.74% | 0.93% | - |
| XYZ | 37.5 | 20.12 | 82.03 | - |
| YUV | 119.33 | 194.41 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 237 | 0.21 | 0.74 | 0 | 0.07 | 282.86 | 0.83 | 0.59 |
| Hex | BB | 3E | ED | 15 | 4A | 0 | 7 | 11B | 53 | 3B |
| Octal | 273 | 76 | 355 | 25 | 112 | 0 | 7 | 433 | 123 | 73 |
| Binary | 10111011 | 111110 | 11101101 | 10101 | 1001010 | 0 | 111 | 100011011 | 1010011 | 111011 |
Color Harmonies of #BB3EED
Complementary color
Monochromatic Colors of #BB3EED
Black with #BB3EED
Text Example
Text Example
White with #BB3EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3EED; }
p { color: rgb(187,62,237); }
H1.HeaderClassName
{
color: #BB3EED;
}
.AnyTagClassName
{
color: #BB3EED;
}
</style>
background-color css
<style>
a { background-color: #BB3EED; }
a { background-color: rgb(187,62,237); }
div.DivClassName
{
background-color: #BB3EED;
}
.BgClassName
{
background-color: #BB3EED;
}
</style>
border-color css
<style>
span { border-color: #BB3EED; }
span { border-color: rgb(187,62,237); }
td.TdClassName
{
border-color: #BB3EED;
}
.TagClassName
{
border-color: #BB3EED;
}
</style>