Shades of Medium Orchid #B542EF
Tints of Medium Orchid #B542EF
RGB
CMYK
RGB Variations
Color information
#B542EF (or 0xB542EF) is known color: Medium Orchid. HEX triplet: B5, 42 and EF. RGB value is (181,66,239). Sum of RGB (Red+Green+Blue) = 181+66+239=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #B542EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B542EF is #4ABD10. Grayscale: #777777. Windows color (decimal): -4898065 or 15680181. OLE color: 15680181.
HSL color Cylindrical-coordinate representation of color #B542EF: hue angle of 279.88º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B542EF is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 66 | 239 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.06 |
| HSL | 279.88º | 0.84% | 0.6% | - |
| HSV(B) | 279.88º | 0.72% | 0.94% | - |
| XYZ | 36.58 | 19.95 | 83.58 | - |
| YUV | 120.11 | 195.1 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 239 | 0.24 | 0.72 | 0 | 0.06 | 279.88 | 0.84 | 0.6 |
| Hex | B5 | 42 | EF | 18 | 48 | 0 | 6 | 118 | 54 | 3C |
| Octal | 265 | 102 | 357 | 30 | 110 | 0 | 6 | 430 | 124 | 74 |
| Binary | 10110101 | 1000010 | 11101111 | 11000 | 1001000 | 0 | 110 | 100011000 | 1010100 | 111100 |
Color Harmonies of #B542EF
Complementary color
Monochromatic Colors of #B542EF
Black with #B542EF
Text Example
Text Example
White with #B542EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542EF; }
p { color: rgb(181,66,239); }
H1.HeaderClassName
{
color: #B542EF;
}
.AnyTagClassName
{
color: #B542EF;
}
</style>
background-color css
<style>
a { background-color: #B542EF; }
a { background-color: rgb(181,66,239); }
div.DivClassName
{
background-color: #B542EF;
}
.BgClassName
{
background-color: #B542EF;
}
</style>
border-color css
<style>
span { border-color: #B542EF; }
span { border-color: rgb(181,66,239); }
td.TdClassName
{
border-color: #B542EF;
}
.TagClassName
{
border-color: #B542EF;
}
</style>