Shades of Medium Orchid #BB4EEA
Tints of Medium Orchid #BB4EEA
RGB
CMYK
RGB Variations
Color information
#BB4EEA (or 0xBB4EEA) is known color: Medium Orchid. HEX triplet: BB, 4E and EA. RGB value is (187,78,234). Sum of RGB (Red+Green+Blue) = 187+78+234=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB4EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4EEA is #44B115. Grayscale: #7F7F7F. Windows color (decimal): -4501782 or 15355579. OLE color: 15355579.
HSL color Cylindrical-coordinate representation of color #BB4EEA: hue angle of 281.92º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4EEA is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 78 | 234 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.08 |
| HSL | 281.92º | 0.79% | 0.61% | - |
| HSV(B) | 281.92º | 0.67% | 0.92% | - |
| XYZ | 38.07 | 21.95 | 80.07 | - |
| YUV | 128.38 | 187.61 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 234 | 0.20 | 0.67 | 0 | 0.08 | 281.92 | 0.79 | 0.61 |
| Hex | BB | 4E | EA | 14 | 43 | 0 | 8 | 11A | 4F | 3D |
| Octal | 273 | 116 | 352 | 24 | 103 | 0 | 10 | 432 | 117 | 75 |
| Binary | 10111011 | 1001110 | 11101010 | 10100 | 1000011 | 0 | 1000 | 100011010 | 1001111 | 111101 |
Color Harmonies of #BB4EEA
Complementary color
Monochromatic Colors of #BB4EEA
Black with #BB4EEA
Text Example
Text Example
White with #BB4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4EEA; }
p { color: rgb(187,78,234); }
H1.HeaderClassName
{
color: #BB4EEA;
}
.AnyTagClassName
{
color: #BB4EEA;
}
</style>
background-color css
<style>
a { background-color: #BB4EEA; }
a { background-color: rgb(187,78,234); }
div.DivClassName
{
background-color: #BB4EEA;
}
.BgClassName
{
background-color: #BB4EEA;
}
</style>
border-color css
<style>
span { border-color: #BB4EEA; }
span { border-color: rgb(187,78,234); }
td.TdClassName
{
border-color: #BB4EEA;
}
.TagClassName
{
border-color: #BB4EEA;
}
</style>