Shades of Medium Orchid #BB4EED
Tints of Medium Orchid #BB4EED
RGB
CMYK
RGB Variations
Color information
#BB4EED (or 0xBB4EED) is known color: Medium Orchid. HEX triplet: BB, 4E and ED. RGB value is (187,78,237). Sum of RGB (Red+Green+Blue) = 187+78+237=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB4EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4EED is #44B112. Grayscale: #808080. Windows color (decimal): -4501779 or 15552187. OLE color: 15552187.
HSL color Cylindrical-coordinate representation of color #BB4EED: hue angle of 281.13º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4EED is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 78 | 237 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.07 |
| HSL | 281.13º | 0.82% | 0.62% | - |
| HSV(B) | 281.13º | 0.67% | 0.93% | - |
| XYZ | 38.5 | 22.13 | 82.36 | - |
| YUV | 128.72 | 189.11 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 237 | 0.21 | 0.67 | 0 | 0.07 | 281.13 | 0.82 | 0.62 |
| Hex | BB | 4E | ED | 15 | 43 | 0 | 7 | 119 | 52 | 3E |
| Octal | 273 | 116 | 355 | 25 | 103 | 0 | 7 | 431 | 122 | 76 |
| Binary | 10111011 | 1001110 | 11101101 | 10101 | 1000011 | 0 | 111 | 100011001 | 1010010 | 111110 |
Color Harmonies of #BB4EED
Complementary color
Monochromatic Colors of #BB4EED
Black with #BB4EED
Text Example
Text Example
White with #BB4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4EED; }
p { color: rgb(187,78,237); }
H1.HeaderClassName
{
color: #BB4EED;
}
.AnyTagClassName
{
color: #BB4EED;
}
</style>
background-color css
<style>
a { background-color: #BB4EED; }
a { background-color: rgb(187,78,237); }
div.DivClassName
{
background-color: #BB4EED;
}
.BgClassName
{
background-color: #BB4EED;
}
</style>
border-color css
<style>
span { border-color: #BB4EED; }
span { border-color: rgb(187,78,237); }
td.TdClassName
{
border-color: #BB4EED;
}
.TagClassName
{
border-color: #BB4EED;
}
</style>