Shades of Medium Orchid #B54EE3
Tints of Medium Orchid #B54EE3
RGB
CMYK
RGB Variations
Color information
#B54EE3 (or 0xB54EE3) is known color: Medium Orchid. HEX triplet: B5, 4E and E3. RGB value is (181,78,227). Sum of RGB (Red+Green+Blue) = 181+78+227=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 227 - color contains mainly: blue. Hex color #B54EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54EE3 is #4AB11C. Grayscale: #7D7D7D. Windows color (decimal): -4895005 or 14896821. OLE color: 14896821.
HSL color Cylindrical-coordinate representation of color #B54EE3: hue angle of 281.48º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B54EE3 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 78 | 227 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.11 |
| HSL | 281.48º | 0.73% | 0.6% | - |
| HSV(B) | 281.48º | 0.66% | 0.89% | - |
| XYZ | 35.65 | 20.82 | 74.81 | - |
| YUV | 125.78 | 185.12 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 227 | 0.20 | 0.66 | 0 | 0.11 | 281.48 | 0.73 | 0.6 |
| Hex | B5 | 4E | E3 | 14 | 42 | 0 | B | 119 | 49 | 3C |
| Octal | 265 | 116 | 343 | 24 | 102 | 0 | 13 | 431 | 111 | 74 |
| Binary | 10110101 | 1001110 | 11100011 | 10100 | 1000010 | 0 | 1011 | 100011001 | 1001001 | 111100 |
Color Harmonies of #B54EE3
Complementary color
Monochromatic Colors of #B54EE3
Black with #B54EE3
Text Example
Text Example
White with #B54EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54EE3; }
p { color: rgb(181,78,227); }
H1.HeaderClassName
{
color: #B54EE3;
}
.AnyTagClassName
{
color: #B54EE3;
}
</style>
background-color css
<style>
a { background-color: #B54EE3; }
a { background-color: rgb(181,78,227); }
div.DivClassName
{
background-color: #B54EE3;
}
.BgClassName
{
background-color: #B54EE3;
}
</style>
border-color css
<style>
span { border-color: #B54EE3; }
span { border-color: rgb(181,78,227); }
td.TdClassName
{
border-color: #B54EE3;
}
.TagClassName
{
border-color: #B54EE3;
}
</style>