Shades of Medium Orchid #B54ACC
Tints of Medium Orchid #B54ACC
RGB
CMYK
RGB Variations
Color information
#B54ACC (or 0xB54ACC) is known color: Medium Orchid. HEX triplet: B5, 4A and CC. RGB value is (181,74,204). Sum of RGB (Red+Green+Blue) = 181+74+204=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #B54ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54ACC is #4AB533. Grayscale: #787878. Windows color (decimal): -4896052 or 13388469. OLE color: 13388469.
HSL color Cylindrical-coordinate representation of color #B54ACC: hue angle of 289.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54ACC is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 74 | 204 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.2 |
| HSL | 289.38º | 0.56% | 0.55% | - |
| HSV(B) | 289.38º | 0.64% | 0.8% | - |
| XYZ | 32.4 | 19.08 | 59.1 | - |
| YUV | 120.81 | 174.95 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 204 | 0.11 | 0.64 | 0 | 0.2 | 289.38 | 0.56 | 0.55 |
| Hex | B5 | 4A | CC | B | 40 | 0 | 14 | 121 | 38 | 37 |
| Octal | 265 | 112 | 314 | 13 | 100 | 0 | 24 | 441 | 70 | 67 |
| Binary | 10110101 | 1001010 | 11001100 | 1011 | 1000000 | 0 | 10100 | 100100001 | 111000 | 110111 |
Color Harmonies of #B54ACC
Complementary color
Monochromatic Colors of #B54ACC
Black with #B54ACC
Text Example
Text Example
White with #B54ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54ACC; }
p { color: rgb(181,74,204); }
H1.HeaderClassName
{
color: #B54ACC;
}
.AnyTagClassName
{
color: #B54ACC;
}
</style>
background-color css
<style>
a { background-color: #B54ACC; }
a { background-color: rgb(181,74,204); }
div.DivClassName
{
background-color: #B54ACC;
}
.BgClassName
{
background-color: #B54ACC;
}
</style>
border-color css
<style>
span { border-color: #B54ACC; }
span { border-color: rgb(181,74,204); }
td.TdClassName
{
border-color: #B54ACC;
}
.TagClassName
{
border-color: #B54ACC;
}
</style>