Shades of Medium Orchid #B54CCC
Tints of Medium Orchid #B54CCC
RGB
CMYK
RGB Variations
Color information
#B54CCC (or 0xB54CCC) is known color: Medium Orchid. HEX triplet: B5, 4C and CC. RGB value is (181,76,204). Sum of RGB (Red+Green+Blue) = 181+76+204=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #B54CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CCC is #4AB333. Grayscale: #797979. Windows color (decimal): -4895540 or 13388981. OLE color: 13388981.
HSL color Cylindrical-coordinate representation of color #B54CCC: hue angle of 289.22º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54CCC is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 76 | 204 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.2 |
| HSL | 289.22º | 0.56% | 0.55% | - |
| HSV(B) | 289.22º | 0.63% | 0.8% | - |
| XYZ | 32.54 | 19.35 | 59.15 | - |
| YUV | 121.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 204 | 0.11 | 0.63 | 0 | 0.2 | 289.22 | 0.56 | 0.55 |
| Hex | B5 | 4C | CC | B | 3F | 0 | 14 | 121 | 38 | 37 |
| Octal | 265 | 114 | 314 | 13 | 77 | 0 | 24 | 441 | 70 | 67 |
| Binary | 10110101 | 1001100 | 11001100 | 1011 | 111111 | 0 | 10100 | 100100001 | 111000 | 110111 |
Color Harmonies of #B54CCC
Complementary color
Monochromatic Colors of #B54CCC
Black with #B54CCC
Text Example
Text Example
White with #B54CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54CCC; }
p { color: rgb(181,76,204); }
H1.HeaderClassName
{
color: #B54CCC;
}
.AnyTagClassName
{
color: #B54CCC;
}
</style>
background-color css
<style>
a { background-color: #B54CCC; }
a { background-color: rgb(181,76,204); }
div.DivClassName
{
background-color: #B54CCC;
}
.BgClassName
{
background-color: #B54CCC;
}
</style>
border-color css
<style>
span { border-color: #B54CCC; }
span { border-color: rgb(181,76,204); }
td.TdClassName
{
border-color: #B54CCC;
}
.TagClassName
{
border-color: #B54CCC;
}
</style>