Shades of Medium Orchid #B54AEC
Tints of Medium Orchid #B54AEC
RGB
CMYK
RGB Variations
Color information
#B54AEC (or 0xB54AEC) is known color: Medium Orchid. HEX triplet: B5, 4A and EC. RGB value is (181,74,236). Sum of RGB (Red+Green+Blue) = 181+74+236=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #B54AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54AEC is #4AB513. Grayscale: #7B7B7B. Windows color (decimal): -4896020 or 15485621. OLE color: 15485621.
HSL color Cylindrical-coordinate representation of color #B54AEC: hue angle of 279.63º degrees, saturation: 0.81, 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 #B54AEC is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 74 | 236 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.07 |
| HSL | 279.63º | 0.81% | 0.61% | - |
| HSV(B) | 279.63º | 0.69% | 0.93% | - |
| XYZ | 36.65 | 20.78 | 81.44 | - |
| YUV | 124.46 | 190.95 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 236 | 0.23 | 0.69 | 0 | 0.07 | 279.63 | 0.81 | 0.61 |
| Hex | B5 | 4A | EC | 17 | 45 | 0 | 7 | 118 | 51 | 3D |
| Octal | 265 | 112 | 354 | 27 | 105 | 0 | 7 | 430 | 121 | 75 |
| Binary | 10110101 | 1001010 | 11101100 | 10111 | 1000101 | 0 | 111 | 100011000 | 1010001 | 111101 |
Color Harmonies of #B54AEC
Complementary color
Monochromatic Colors of #B54AEC
Black with #B54AEC
Text Example
Text Example
White with #B54AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AEC; }
p { color: rgb(181,74,236); }
H1.HeaderClassName
{
color: #B54AEC;
}
.AnyTagClassName
{
color: #B54AEC;
}
</style>
background-color css
<style>
a { background-color: #B54AEC; }
a { background-color: rgb(181,74,236); }
div.DivClassName
{
background-color: #B54AEC;
}
.BgClassName
{
background-color: #B54AEC;
}
</style>
border-color css
<style>
span { border-color: #B54AEC; }
span { border-color: rgb(181,74,236); }
td.TdClassName
{
border-color: #B54AEC;
}
.TagClassName
{
border-color: #B54AEC;
}
</style>