Shades of Medium Orchid #B54FEF
Tints of Medium Orchid #B54FEF
RGB
CMYK
RGB Variations
Color information
#B54FEF (or 0xB54FEF) is known color: Medium Orchid. HEX triplet: B5, 4F and EF. RGB value is (181,79,239). Sum of RGB (Red+Green+Blue) = 181+79+239=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #B54FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54FEF is #4AB010. Grayscale: #7F7F7F. Windows color (decimal): -4894737 or 15683509. OLE color: 15683509.
HSL color Cylindrical-coordinate representation of color #B54FEF: hue angle of 278.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B54FEF is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 79 | 239 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.06 |
| HSL | 278.25º | 0.83% | 0.62% | - |
| HSV(B) | 278.25º | 0.67% | 0.94% | - |
| XYZ | 37.43 | 21.65 | 83.87 | - |
| YUV | 127.74 | 190.79 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 239 | 0.24 | 0.67 | 0 | 0.06 | 278.25 | 0.83 | 0.62 |
| Hex | B5 | 4F | EF | 18 | 43 | 0 | 6 | 116 | 53 | 3E |
| Octal | 265 | 117 | 357 | 30 | 103 | 0 | 6 | 426 | 123 | 76 |
| Binary | 10110101 | 1001111 | 11101111 | 11000 | 1000011 | 0 | 110 | 100010110 | 1010011 | 111110 |
Color Harmonies of #B54FEF
Complementary color
Monochromatic Colors of #B54FEF
Black with #B54FEF
Text Example
Text Example
White with #B54FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54FEF; }
p { color: rgb(181,79,239); }
H1.HeaderClassName
{
color: #B54FEF;
}
.AnyTagClassName
{
color: #B54FEF;
}
</style>
background-color css
<style>
a { background-color: #B54FEF; }
a { background-color: rgb(181,79,239); }
div.DivClassName
{
background-color: #B54FEF;
}
.BgClassName
{
background-color: #B54FEF;
}
</style>
border-color css
<style>
span { border-color: #B54FEF; }
span { border-color: rgb(181,79,239); }
td.TdClassName
{
border-color: #B54FEF;
}
.TagClassName
{
border-color: #B54FEF;
}
</style>