Shades of Medium Orchid #B541FF
Tints of Medium Orchid #B541FF
RGB
CMYK
RGB Variations
Color information
#B541FF (or 0xB541FF) is known color: Medium Orchid. HEX triplet: B5, 41 and FF. RGB value is (181,65,255). Sum of RGB (Red+Green+Blue) = 181+65+255=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #B541FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B541FF is #4ABE00. Grayscale: #787878. Windows color (decimal): -4898305 or 16728501. OLE color: 16728501.
HSL color Cylindrical-coordinate representation of color #B541FF: hue angle of 276.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B541FF is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 65 | 255 | - |
| CMYK | 0.29 | 0.75 | 0 | 0 |
| HSL | 276.63º | 1% | 0.63% | - |
| HSV(B) | 276.63º | 0.75% | 1% | - |
| XYZ | 39 | 20.82 | 96.57 | - |
| YUV | 121.34 | 203.43 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 255 | 0.29 | 0.75 | 0 | 0 | 276.63 | 1 | 0.63 |
| Hex | B5 | 41 | FF | 1D | 4B | 0 | 0 | 115 | 64 | 3F |
| Octal | 265 | 101 | 377 | 35 | 113 | 0 | 0 | 425 | 144 | 77 |
| Binary | 10110101 | 1000001 | 11111111 | 11101 | 1001011 | 0 | 0 | 100010101 | 1100100 | 111111 |
Color Harmonies of #B541FF
Complementary color
Monochromatic Colors of #B541FF
Black with #B541FF
Text Example
Text Example
White with #B541FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541FF; }
p { color: rgb(181,65,255); }
H1.HeaderClassName
{
color: #B541FF;
}
.AnyTagClassName
{
color: #B541FF;
}
</style>
background-color css
<style>
a { background-color: #B541FF; }
a { background-color: rgb(181,65,255); }
div.DivClassName
{
background-color: #B541FF;
}
.BgClassName
{
background-color: #B541FF;
}
</style>
border-color css
<style>
span { border-color: #B541FF; }
span { border-color: rgb(181,65,255); }
td.TdClassName
{
border-color: #B541FF;
}
.TagClassName
{
border-color: #B541FF;
}
</style>