Shades of Medium Orchid #B54DC8
Tints of Medium Orchid #B54DC8
RGB
CMYK
RGB Variations
Color information
#B54DC8 (or 0xB54DC8) is known color: Medium Orchid. HEX triplet: B5, 4D and C8. RGB value is (181,77,200). Sum of RGB (Red+Green+Blue) = 181+77+200=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 200 - color contains mainly: blue. Hex color #B54DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DC8 is #4AB237. Grayscale: #797979. Windows color (decimal): -4895288 or 13127093. OLE color: 13127093.
HSL color Cylindrical-coordinate representation of color #B54DC8: hue angle of 290.73º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54DC8 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 77 | 200 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.22 |
| HSL | 290.73º | 0.53% | 0.54% | - |
| HSV(B) | 290.73º | 0.62% | 0.78% | - |
| XYZ | 32.14 | 19.3 | 56.68 | - |
| YUV | 122.12 | 171.96 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 200 | 0.09 | 0.62 | 0 | 0.22 | 290.73 | 0.53 | 0.54 |
| Hex | B5 | 4D | C8 | 9 | 3E | 0 | 16 | 123 | 35 | 36 |
| Octal | 265 | 115 | 310 | 11 | 76 | 0 | 26 | 443 | 65 | 66 |
| Binary | 10110101 | 1001101 | 11001000 | 1001 | 111110 | 0 | 10110 | 100100011 | 110101 | 110110 |
Color Harmonies of #B54DC8
Complementary color
Monochromatic Colors of #B54DC8
Black with #B54DC8
Text Example
Text Example
White with #B54DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DC8; }
p { color: rgb(181,77,200); }
H1.HeaderClassName
{
color: #B54DC8;
}
.AnyTagClassName
{
color: #B54DC8;
}
</style>
background-color css
<style>
a { background-color: #B54DC8; }
a { background-color: rgb(181,77,200); }
div.DivClassName
{
background-color: #B54DC8;
}
.BgClassName
{
background-color: #B54DC8;
}
</style>
border-color css
<style>
span { border-color: #B54DC8; }
span { border-color: rgb(181,77,200); }
td.TdClassName
{
border-color: #B54DC8;
}
.TagClassName
{
border-color: #B54DC8;
}
</style>