Shades of Medium Orchid #B54DC7
Tints of Medium Orchid #B54DC7
RGB
CMYK
RGB Variations
Color information
#B54DC7 (or 0xB54DC7) is known color: Medium Orchid. HEX triplet: B5, 4D and C7. RGB value is (181,77,199). Sum of RGB (Red+Green+Blue) = 181+77+199=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 199 - color contains mainly: blue. Hex color #B54DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DC7 is #4AB238. Grayscale: #797979. Windows color (decimal): -4895289 or 13061557. OLE color: 13061557.
HSL color Cylindrical-coordinate representation of color #B54DC7: hue angle of 291.15º degrees, saturation: 0.52, 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 #B54DC7 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 77 | 199 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.22 |
| HSL | 291.15º | 0.52% | 0.54% | - |
| HSV(B) | 291.15º | 0.61% | 0.78% | - |
| XYZ | 32.02 | 19.26 | 56.06 | - |
| YUV | 122 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 199 | 0.09 | 0.61 | 0 | 0.22 | 291.15 | 0.52 | 0.54 |
| Hex | B5 | 4D | C7 | 9 | 3D | 0 | 16 | 123 | 34 | 36 |
| Octal | 265 | 115 | 307 | 11 | 75 | 0 | 26 | 443 | 64 | 66 |
| Binary | 10110101 | 1001101 | 11000111 | 1001 | 111101 | 0 | 10110 | 100100011 | 110100 | 110110 |
Color Harmonies of #B54DC7
Complementary color
Monochromatic Colors of #B54DC7
Black with #B54DC7
Text Example
Text Example
White with #B54DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DC7; }
p { color: rgb(181,77,199); }
H1.HeaderClassName
{
color: #B54DC7;
}
.AnyTagClassName
{
color: #B54DC7;
}
</style>
background-color css
<style>
a { background-color: #B54DC7; }
a { background-color: rgb(181,77,199); }
div.DivClassName
{
background-color: #B54DC7;
}
.BgClassName
{
background-color: #B54DC7;
}
</style>
border-color css
<style>
span { border-color: #B54DC7; }
span { border-color: rgb(181,77,199); }
td.TdClassName
{
border-color: #B54DC7;
}
.TagClassName
{
border-color: #B54DC7;
}
</style>