Shades of Medium Orchid #B534EE
Tints of Medium Orchid #B534EE
RGB
CMYK
RGB Variations
Color information
#B534EE (or 0xB534EE) is known color: Medium Orchid. HEX triplet: B5, 34 and EE. RGB value is (181,52,238). Sum of RGB (Red+Green+Blue) = 181+52+238=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 52 (20.70% from 255 or 11.04% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #B534EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534EE is #4ACB11. Grayscale: #6F6F6F. Windows color (decimal): -4901650 or 15611061. OLE color: 15611061.
HSL color Cylindrical-coordinate representation of color #B534EE: hue angle of 281.61º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B534EE is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 52 | 238 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.07 |
| HSL | 281.61º | 0.85% | 0.57% | - |
| HSV(B) | 281.61º | 0.78% | 0.93% | - |
| XYZ | 35.72 | 18.45 | 82.57 | - |
| YUV | 111.78 | 199.24 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 238 | 0.24 | 0.78 | 0 | 0.07 | 281.61 | 0.85 | 0.57 |
| Hex | B5 | 34 | EE | 18 | 4E | 0 | 7 | 11A | 55 | 39 |
| Octal | 265 | 64 | 356 | 30 | 116 | 0 | 7 | 432 | 125 | 71 |
| Binary | 10110101 | 110100 | 11101110 | 11000 | 1001110 | 0 | 111 | 100011010 | 1010101 | 111001 |
Color Harmonies of #B534EE
Complementary color
Monochromatic Colors of #B534EE
Black with #B534EE
Text Example
Text Example
White with #B534EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534EE; }
p { color: rgb(181,52,238); }
H1.HeaderClassName
{
color: #B534EE;
}
.AnyTagClassName
{
color: #B534EE;
}
</style>
background-color css
<style>
a { background-color: #B534EE; }
a { background-color: rgb(181,52,238); }
div.DivClassName
{
background-color: #B534EE;
}
.BgClassName
{
background-color: #B534EE;
}
</style>
border-color css
<style>
span { border-color: #B534EE; }
span { border-color: rgb(181,52,238); }
td.TdClassName
{
border-color: #B534EE;
}
.TagClassName
{
border-color: #B534EE;
}
</style>