Shades of Medium Orchid #B54DEE
Tints of Medium Orchid #B54DEE
RGB
CMYK
RGB Variations
Color information
#B54DEE (or 0xB54DEE) is known color: Medium Orchid. HEX triplet: B5, 4D and EE. RGB value is (181,77,238). Sum of RGB (Red+Green+Blue) = 181+77+238=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 77 (30.47% from 255 or 15.52% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #B54DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54DEE is #4AB211. Grayscale: #7D7D7D. Windows color (decimal): -4895250 or 15617461. OLE color: 15617461.
HSL color Cylindrical-coordinate representation of color #B54DEE: hue angle of 278.76º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B54DEE is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 77 | 238 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.07 |
| HSL | 278.76º | 0.83% | 0.62% | - |
| HSV(B) | 278.76º | 0.68% | 0.93% | - |
| XYZ | 37.14 | 21.3 | 83.04 | - |
| YUV | 126.45 | 190.96 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 238 | 0.24 | 0.68 | 0 | 0.07 | 278.76 | 0.83 | 0.62 |
| Hex | B5 | 4D | EE | 18 | 44 | 0 | 7 | 117 | 53 | 3E |
| Octal | 265 | 115 | 356 | 30 | 104 | 0 | 7 | 427 | 123 | 76 |
| Binary | 10110101 | 1001101 | 11101110 | 11000 | 1000100 | 0 | 111 | 100010111 | 1010011 | 111110 |
Color Harmonies of #B54DEE
Complementary color
Monochromatic Colors of #B54DEE
Black with #B54DEE
Text Example
Text Example
White with #B54DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DEE; }
p { color: rgb(181,77,238); }
H1.HeaderClassName
{
color: #B54DEE;
}
.AnyTagClassName
{
color: #B54DEE;
}
</style>
background-color css
<style>
a { background-color: #B54DEE; }
a { background-color: rgb(181,77,238); }
div.DivClassName
{
background-color: #B54DEE;
}
.BgClassName
{
background-color: #B54DEE;
}
</style>
border-color css
<style>
span { border-color: #B54DEE; }
span { border-color: rgb(181,77,238); }
td.TdClassName
{
border-color: #B54DEE;
}
.TagClassName
{
border-color: #B54DEE;
}
</style>