Shades of Medium Orchid #BB4EFF
Tints of Medium Orchid #BB4EFF
RGB
CMYK
RGB Variations
Color information
#BB4EFF (or 0xBB4EFF) is known color: Medium Orchid. HEX triplet: BB, 4E and FF. RGB value is (187,78,255). Sum of RGB (Red+Green+Blue) = 187+78+255=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB4EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4EFF is #44B100. Grayscale: #828282. Windows color (decimal): -4501761 or 16731835. OLE color: 16731835.
HSL color Cylindrical-coordinate representation of color #BB4EFF: hue angle of 276.95º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB4EFF is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 78 | 255 | - |
| CMYK | 0.27 | 0.69 | 0 | 0 |
| HSL | 276.95º | 1% | 0.65% | - |
| HSV(B) | 276.95º | 0.69% | 1% | - |
| XYZ | 41.27 | 23.23 | 96.92 | - |
| YUV | 130.77 | 198.11 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 255 | 0.27 | 0.69 | 0 | 0 | 276.95 | 1 | 0.65 |
| Hex | BB | 4E | FF | 1B | 45 | 0 | 0 | 115 | 64 | 41 |
| Octal | 273 | 116 | 377 | 33 | 105 | 0 | 0 | 425 | 144 | 101 |
| Binary | 10111011 | 1001110 | 11111111 | 11011 | 1000101 | 0 | 0 | 100010101 | 1100100 | 1000001 |
Color Harmonies of #BB4EFF
Complementary color
Monochromatic Colors of #BB4EFF
Black with #BB4EFF
Text Example
Text Example
White with #BB4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4EFF; }
p { color: rgb(187,78,255); }
H1.HeaderClassName
{
color: #BB4EFF;
}
.AnyTagClassName
{
color: #BB4EFF;
}
</style>
background-color css
<style>
a { background-color: #BB4EFF; }
a { background-color: rgb(187,78,255); }
div.DivClassName
{
background-color: #BB4EFF;
}
.BgClassName
{
background-color: #BB4EFF;
}
</style>
border-color css
<style>
span { border-color: #BB4EFF; }
span { border-color: rgb(187,78,255); }
td.TdClassName
{
border-color: #BB4EFF;
}
.TagClassName
{
border-color: #BB4EFF;
}
</style>