Shades of Medium Orchid #B542FF
Tints of Medium Orchid #B542FF
RGB
CMYK
RGB Variations
Color information
#B542FF (or 0xB542FF) is known color: Medium Orchid. HEX triplet: B5, 42 and FF. RGB value is (181,66,255). Sum of RGB (Red+Green+Blue) = 181+66+255=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #B542FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B542FF is #4ABD00. Grayscale: #797979. Windows color (decimal): -4898049 or 16728757. OLE color: 16728757.
HSL color Cylindrical-coordinate representation of color #B542FF: hue angle of 276.51º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B542FF is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 66 | 255 | - |
| CMYK | 0.29 | 0.74 | 0 | 0 |
| HSL | 276.51º | 1% | 0.63% | - |
| HSV(B) | 276.51º | 0.74% | 1% | - |
| XYZ | 39.05 | 20.94 | 96.59 | - |
| YUV | 121.93 | 203.1 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 255 | 0.29 | 0.74 | 0 | 0 | 276.51 | 1 | 0.63 |
| Hex | B5 | 42 | FF | 1D | 4A | 0 | 0 | 115 | 64 | 3F |
| Octal | 265 | 102 | 377 | 35 | 112 | 0 | 0 | 425 | 144 | 77 |
| Binary | 10110101 | 1000010 | 11111111 | 11101 | 1001010 | 0 | 0 | 100010101 | 1100100 | 111111 |
Color Harmonies of #B542FF
Complementary color
Monochromatic Colors of #B542FF
Black with #B542FF
Text Example
Text Example
White with #B542FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542FF; }
p { color: rgb(181,66,255); }
H1.HeaderClassName
{
color: #B542FF;
}
.AnyTagClassName
{
color: #B542FF;
}
</style>
background-color css
<style>
a { background-color: #B542FF; }
a { background-color: rgb(181,66,255); }
div.DivClassName
{
background-color: #B542FF;
}
.BgClassName
{
background-color: #B542FF;
}
</style>
border-color css
<style>
span { border-color: #B542FF; }
span { border-color: rgb(181,66,255); }
td.TdClassName
{
border-color: #B542FF;
}
.TagClassName
{
border-color: #B542FF;
}
</style>