Shades of Medium Orchid #B54FEE
Tints of Medium Orchid #B54FEE
RGB
CMYK
RGB Variations
Color information
#B54FEE (or 0xB54FEE) is known color: Medium Orchid. HEX triplet: B5, 4F and EE. RGB value is (181,79,238). Sum of RGB (Red+Green+Blue) = 181+79+238=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #B54FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54FEE is #4AB011. Grayscale: #7F7F7F. Windows color (decimal): -4894738 or 15617973. OLE color: 15617973.
HSL color Cylindrical-coordinate representation of color #B54FEE: hue angle of 278.49º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B54FEE is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 79 | 238 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.07 |
| HSL | 278.49º | 0.82% | 0.62% | - |
| HSV(B) | 278.49º | 0.67% | 0.93% | - |
| XYZ | 37.28 | 21.59 | 83.09 | - |
| YUV | 127.62 | 190.29 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 238 | 0.24 | 0.67 | 0 | 0.07 | 278.49 | 0.82 | 0.62 |
| Hex | B5 | 4F | EE | 18 | 43 | 0 | 7 | 116 | 52 | 3E |
| Octal | 265 | 117 | 356 | 30 | 103 | 0 | 7 | 426 | 122 | 76 |
| Binary | 10110101 | 1001111 | 11101110 | 11000 | 1000011 | 0 | 111 | 100010110 | 1010010 | 111110 |
Color Harmonies of #B54FEE
Complementary color
Monochromatic Colors of #B54FEE
Black with #B54FEE
Text Example
Text Example
White with #B54FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54FEE; }
p { color: rgb(181,79,238); }
H1.HeaderClassName
{
color: #B54FEE;
}
.AnyTagClassName
{
color: #B54FEE;
}
</style>
background-color css
<style>
a { background-color: #B54FEE; }
a { background-color: rgb(181,79,238); }
div.DivClassName
{
background-color: #B54FEE;
}
.BgClassName
{
background-color: #B54FEE;
}
</style>
border-color css
<style>
span { border-color: #B54FEE; }
span { border-color: rgb(181,79,238); }
td.TdClassName
{
border-color: #B54FEE;
}
.TagClassName
{
border-color: #B54FEE;
}
</style>