Shades of Medium Orchid #B542FE
Tints of Medium Orchid #B542FE
RGB
CMYK
RGB Variations
Color information
#B542FE (or 0xB542FE) is known color: Medium Orchid. HEX triplet: B5, 42 and FE. RGB value is (181,66,254). Sum of RGB (Red+Green+Blue) = 181+66+254=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #B542FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B542FE is #4ABD01. Grayscale: #797979. Windows color (decimal): -4898050 or 16663221. OLE color: 16663221.
HSL color Cylindrical-coordinate representation of color #B542FE: hue angle of 276.7º 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 #B542FE is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 66 | 254 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.00 |
| HSL | 276.7º | 0.99% | 0.63% | - |
| HSV(B) | 276.7º | 0.74% | 1% | - |
| XYZ | 38.89 | 20.88 | 95.75 | - |
| YUV | 121.82 | 202.6 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 254 | 0.29 | 0.74 | 0 | 0.00 | 276.7 | 0.99 | 0.63 |
| Hex | B5 | 42 | FE | 1D | 4A | 0 | 0 | 115 | 63 | 3F |
| Octal | 265 | 102 | 376 | 35 | 112 | 0 | 0 | 425 | 143 | 77 |
| Binary | 10110101 | 1000010 | 11111110 | 11101 | 1001010 | 0 | 0 | 100010101 | 1100011 | 111111 |
Color Harmonies of #B542FE
Complementary color
Monochromatic Colors of #B542FE
Black with #B542FE
Text Example
Text Example
White with #B542FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542FE; }
p { color: rgb(181,66,254); }
H1.HeaderClassName
{
color: #B542FE;
}
.AnyTagClassName
{
color: #B542FE;
}
</style>
background-color css
<style>
a { background-color: #B542FE; }
a { background-color: rgb(181,66,254); }
div.DivClassName
{
background-color: #B542FE;
}
.BgClassName
{
background-color: #B542FE;
}
</style>
border-color css
<style>
span { border-color: #B542FE; }
span { border-color: rgb(181,66,254); }
td.TdClassName
{
border-color: #B542FE;
}
.TagClassName
{
border-color: #B542FE;
}
</style>