Shades of Medium Orchid #B54AED
Tints of Medium Orchid #B54AED
RGB
CMYK
RGB Variations
Color information
#B54AED (or 0xB54AED) is known color: Medium Orchid. HEX triplet: B5, 4A and ED. RGB value is (181,74,237). Sum of RGB (Red+Green+Blue) = 181+74+237=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #B54AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54AED is #4AB512. Grayscale: #7C7C7C. Windows color (decimal): -4896019 or 15551157. OLE color: 15551157.
HSL color Cylindrical-coordinate representation of color #B54AED: hue angle of 279.39º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B54AED is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 74 | 237 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.07 |
| HSL | 279.39º | 0.82% | 0.61% | - |
| HSV(B) | 279.39º | 0.69% | 0.93% | - |
| XYZ | 36.79 | 20.84 | 82.2 | - |
| YUV | 124.58 | 191.45 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 237 | 0.24 | 0.69 | 0 | 0.07 | 279.39 | 0.82 | 0.61 |
| Hex | B5 | 4A | ED | 18 | 45 | 0 | 7 | 117 | 52 | 3D |
| Octal | 265 | 112 | 355 | 30 | 105 | 0 | 7 | 427 | 122 | 75 |
| Binary | 10110101 | 1001010 | 11101101 | 11000 | 1000101 | 0 | 111 | 100010111 | 1010010 | 111101 |
Color Harmonies of #B54AED
Complementary color
Monochromatic Colors of #B54AED
Black with #B54AED
Text Example
Text Example
White with #B54AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AED; }
p { color: rgb(181,74,237); }
H1.HeaderClassName
{
color: #B54AED;
}
.AnyTagClassName
{
color: #B54AED;
}
</style>
background-color css
<style>
a { background-color: #B54AED; }
a { background-color: rgb(181,74,237); }
div.DivClassName
{
background-color: #B54AED;
}
.BgClassName
{
background-color: #B54AED;
}
</style>
border-color css
<style>
span { border-color: #B54AED; }
span { border-color: rgb(181,74,237); }
td.TdClassName
{
border-color: #B54AED;
}
.TagClassName
{
border-color: #B54AED;
}
</style>