Shades of Medium Orchid #B54AC6
Tints of Medium Orchid #B54AC6
RGB
CMYK
RGB Variations
Color information
#B54AC6 (or 0xB54AC6) is known color: Medium Orchid. HEX triplet: B5, 4A and C6. RGB value is (181,74,198). Sum of RGB (Red+Green+Blue) = 181+74+198=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #B54AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54AC6 is #4AB539. Grayscale: #777777. Windows color (decimal): -4896058 or 12995253. OLE color: 12995253.
HSL color Cylindrical-coordinate representation of color #B54AC6: hue angle of 291.77º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54AC6 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 74 | 198 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.22 |
| HSL | 291.77º | 0.52% | 0.53% | - |
| HSV(B) | 291.77º | 0.63% | 0.78% | - |
| XYZ | 31.7 | 18.8 | 55.38 | - |
| YUV | 120.13 | 171.95 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 198 | 0.09 | 0.63 | 0 | 0.22 | 291.77 | 0.52 | 0.53 |
| Hex | B5 | 4A | C6 | 9 | 3F | 0 | 16 | 124 | 34 | 35 |
| Octal | 265 | 112 | 306 | 11 | 77 | 0 | 26 | 444 | 64 | 65 |
| Binary | 10110101 | 1001010 | 11000110 | 1001 | 111111 | 0 | 10110 | 100100100 | 110100 | 110101 |
Color Harmonies of #B54AC6
Complementary color
Monochromatic Colors of #B54AC6
Black with #B54AC6
Text Example
Text Example
White with #B54AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AC6; }
p { color: rgb(181,74,198); }
H1.HeaderClassName
{
color: #B54AC6;
}
.AnyTagClassName
{
color: #B54AC6;
}
</style>
background-color css
<style>
a { background-color: #B54AC6; }
a { background-color: rgb(181,74,198); }
div.DivClassName
{
background-color: #B54AC6;
}
.BgClassName
{
background-color: #B54AC6;
}
</style>
border-color css
<style>
span { border-color: #B54AC6; }
span { border-color: rgb(181,74,198); }
td.TdClassName
{
border-color: #B54AC6;
}
.TagClassName
{
border-color: #B54AC6;
}
</style>