Shades of Medium Orchid #BB4EDA
Tints of Medium Orchid #BB4EDA
RGB
CMYK
RGB Variations
Color information
#BB4EDA (or 0xBB4EDA) is known color: Medium Orchid. HEX triplet: BB, 4E and DA. RGB value is (187,78,218). Sum of RGB (Red+Green+Blue) = 187+78+218=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB4EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EDA is #44B125. Grayscale: #7E7E7E. Windows color (decimal): -4501798 or 14307003. OLE color: 14307003.
HSL color Cylindrical-coordinate representation of color #BB4EDA: hue angle of 286.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4EDA is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 78 | 218 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.15 |
| HSL | 286.71º | 0.65% | 0.58% | - |
| HSV(B) | 286.71º | 0.64% | 0.85% | - |
| XYZ | 35.87 | 21.08 | 68.51 | - |
| YUV | 126.55 | 179.61 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 218 | 0.14 | 0.64 | 0 | 0.15 | 286.71 | 0.65 | 0.58 |
| Hex | BB | 4E | DA | E | 40 | 0 | F | 11F | 41 | 3A |
| Octal | 273 | 116 | 332 | 16 | 100 | 0 | 17 | 437 | 101 | 72 |
| Binary | 10111011 | 1001110 | 11011010 | 1110 | 1000000 | 0 | 1111 | 100011111 | 1000001 | 111010 |
Color Harmonies of #BB4EDA
Complementary color
Monochromatic Colors of #BB4EDA
Black with #BB4EDA
Text Example
Text Example
White with #BB4EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4EDA; }
p { color: rgb(187,78,218); }
H1.HeaderClassName
{
color: #BB4EDA;
}
.AnyTagClassName
{
color: #BB4EDA;
}
</style>
background-color css
<style>
a { background-color: #BB4EDA; }
a { background-color: rgb(187,78,218); }
div.DivClassName
{
background-color: #BB4EDA;
}
.BgClassName
{
background-color: #BB4EDA;
}
</style>
border-color css
<style>
span { border-color: #BB4EDA; }
span { border-color: rgb(187,78,218); }
td.TdClassName
{
border-color: #BB4EDA;
}
.TagClassName
{
border-color: #BB4EDA;
}
</style>