Shades of Medium Orchid #B534EF
Tints of Medium Orchid #B534EF
RGB
CMYK
RGB Variations
Color information
#B534EF (or 0xB534EF) is known color: Medium Orchid. HEX triplet: B5, 34 and EF. RGB value is (181,52,239). Sum of RGB (Red+Green+Blue) = 181+52+239=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #B534EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534EF is #4ACB10. Grayscale: #6F6F6F. Windows color (decimal): -4901649 or 15676597. OLE color: 15676597.
HSL color Cylindrical-coordinate representation of color #B534EF: hue angle of 281.39º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B534EF is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 52 | 239 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.06 |
| HSL | 281.39º | 0.85% | 0.57% | - |
| HSV(B) | 281.39º | 0.78% | 0.94% | - |
| XYZ | 35.86 | 18.51 | 83.34 | - |
| YUV | 111.89 | 199.74 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 239 | 0.24 | 0.78 | 0 | 0.06 | 281.39 | 0.85 | 0.57 |
| Hex | B5 | 34 | EF | 18 | 4E | 0 | 6 | 119 | 55 | 39 |
| Octal | 265 | 64 | 357 | 30 | 116 | 0 | 6 | 431 | 125 | 71 |
| Binary | 10110101 | 110100 | 11101111 | 11000 | 1001110 | 0 | 110 | 100011001 | 1010101 | 111001 |
Color Harmonies of #B534EF
Complementary color
Monochromatic Colors of #B534EF
Black with #B534EF
Text Example
Text Example
White with #B534EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534EF; }
p { color: rgb(181,52,239); }
H1.HeaderClassName
{
color: #B534EF;
}
.AnyTagClassName
{
color: #B534EF;
}
</style>
background-color css
<style>
a { background-color: #B534EF; }
a { background-color: rgb(181,52,239); }
div.DivClassName
{
background-color: #B534EF;
}
.BgClassName
{
background-color: #B534EF;
}
</style>
border-color css
<style>
span { border-color: #B534EF; }
span { border-color: rgb(181,52,239); }
td.TdClassName
{
border-color: #B534EF;
}
.TagClassName
{
border-color: #B534EF;
}
</style>