Shades of Medium Orchid #B541FE
Tints of Medium Orchid #B541FE
RGB
CMYK
RGB Variations
Color information
#B541FE (or 0xB541FE) is known color: Medium Orchid. HEX triplet: B5, 41 and FE. RGB value is (181,65,254). Sum of RGB (Red+Green+Blue) = 181+65+254=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #B541FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B541FE is #4ABE01. Grayscale: #787878. Windows color (decimal): -4898306 or 16662965. OLE color: 16662965.
HSL color Cylindrical-coordinate representation of color #B541FE: hue angle of 276.83º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B541FE is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 65 | 254 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.00 |
| HSL | 276.83º | 0.99% | 0.63% | - |
| HSV(B) | 276.83º | 0.74% | 1% | - |
| XYZ | 38.84 | 20.76 | 95.73 | - |
| YUV | 121.23 | 202.93 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 254 | 0.29 | 0.74 | 0 | 0.00 | 276.83 | 0.99 | 0.63 |
| Hex | B5 | 41 | FE | 1D | 4A | 0 | 0 | 115 | 63 | 3F |
| Octal | 265 | 101 | 376 | 35 | 112 | 0 | 0 | 425 | 143 | 77 |
| Binary | 10110101 | 1000001 | 11111110 | 11101 | 1001010 | 0 | 0 | 100010101 | 1100011 | 111111 |
Color Harmonies of #B541FE
Complementary color
Monochromatic Colors of #B541FE
Black with #B541FE
Text Example
Text Example
White with #B541FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541FE; }
p { color: rgb(181,65,254); }
H1.HeaderClassName
{
color: #B541FE;
}
.AnyTagClassName
{
color: #B541FE;
}
</style>
background-color css
<style>
a { background-color: #B541FE; }
a { background-color: rgb(181,65,254); }
div.DivClassName
{
background-color: #B541FE;
}
.BgClassName
{
background-color: #B541FE;
}
</style>
border-color css
<style>
span { border-color: #B541FE; }
span { border-color: rgb(181,65,254); }
td.TdClassName
{
border-color: #B541FE;
}
.TagClassName
{
border-color: #B541FE;
}
</style>