Shades of Medium Orchid #B541EF
Tints of Medium Orchid #B541EF
RGB
CMYK
RGB Variations
Color information
#B541EF (or 0xB541EF) is known color: Medium Orchid. HEX triplet: B5, 41 and EF. RGB value is (181,65,239). Sum of RGB (Red+Green+Blue) = 181+65+239=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #B541EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B541EF is #4ABE10. Grayscale: #767676. Windows color (decimal): -4898321 or 15679925. OLE color: 15679925.
HSL color Cylindrical-coordinate representation of color #B541EF: hue angle of 280º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B541EF is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 65 | 239 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.06 |
| HSL | 280º | 0.84% | 0.6% | - |
| HSV(B) | 280º | 0.73% | 0.94% | - |
| XYZ | 36.53 | 19.84 | 83.57 | - |
| YUV | 119.52 | 195.43 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 239 | 0.24 | 0.73 | 0 | 0.06 | 280 | 0.84 | 0.6 |
| Hex | B5 | 41 | EF | 18 | 49 | 0 | 6 | 118 | 54 | 3C |
| Octal | 265 | 101 | 357 | 30 | 111 | 0 | 6 | 430 | 124 | 74 |
| Binary | 10110101 | 1000001 | 11101111 | 11000 | 1001001 | 0 | 110 | 100011000 | 1010100 | 111100 |
Color Harmonies of #B541EF
Complementary color
Monochromatic Colors of #B541EF
Black with #B541EF
Text Example
Text Example
White with #B541EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541EF; }
p { color: rgb(181,65,239); }
H1.HeaderClassName
{
color: #B541EF;
}
.AnyTagClassName
{
color: #B541EF;
}
</style>
background-color css
<style>
a { background-color: #B541EF; }
a { background-color: rgb(181,65,239); }
div.DivClassName
{
background-color: #B541EF;
}
.BgClassName
{
background-color: #B541EF;
}
</style>
border-color css
<style>
span { border-color: #B541EF; }
span { border-color: rgb(181,65,239); }
td.TdClassName
{
border-color: #B541EF;
}
.TagClassName
{
border-color: #B541EF;
}
</style>