Shades of Medium Orchid #B54DC6
Tints of Medium Orchid #B54DC6
RGB
CMYK
RGB Variations
Color information
#B54DC6 (or 0xB54DC6) is known color: Medium Orchid. HEX triplet: B5, 4D and C6. RGB value is (181,77,198). Sum of RGB (Red+Green+Blue) = 181+77+198=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #B54DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DC6 is #4AB239. Grayscale: #797979. Windows color (decimal): -4895290 or 12996021. OLE color: 12996021.
HSL color Cylindrical-coordinate representation of color #B54DC6: hue angle of 291.57º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54DC6 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 77 | 198 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.22 |
| HSL | 291.57º | 0.51% | 0.54% | - |
| HSV(B) | 291.57º | 0.61% | 0.78% | - |
| XYZ | 31.9 | 19.21 | 55.45 | - |
| YUV | 121.89 | 170.96 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 198 | 0.09 | 0.61 | 0 | 0.22 | 291.57 | 0.51 | 0.54 |
| Hex | B5 | 4D | C6 | 9 | 3D | 0 | 16 | 124 | 33 | 36 |
| Octal | 265 | 115 | 306 | 11 | 75 | 0 | 26 | 444 | 63 | 66 |
| Binary | 10110101 | 1001101 | 11000110 | 1001 | 111101 | 0 | 10110 | 100100100 | 110011 | 110110 |
Color Harmonies of #B54DC6
Complementary color
Monochromatic Colors of #B54DC6
Black with #B54DC6
Text Example
Text Example
White with #B54DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DC6; }
p { color: rgb(181,77,198); }
H1.HeaderClassName
{
color: #B54DC6;
}
.AnyTagClassName
{
color: #B54DC6;
}
</style>
background-color css
<style>
a { background-color: #B54DC6; }
a { background-color: rgb(181,77,198); }
div.DivClassName
{
background-color: #B54DC6;
}
.BgClassName
{
background-color: #B54DC6;
}
</style>
border-color css
<style>
span { border-color: #B54DC6; }
span { border-color: rgb(181,77,198); }
td.TdClassName
{
border-color: #B54DC6;
}
.TagClassName
{
border-color: #B54DC6;
}
</style>