Shades of Medium Orchid #B54FCC
Tints of Medium Orchid #B54FCC
RGB
CMYK
RGB Variations
Color information
#B54FCC (or 0xB54FCC) is known color: Medium Orchid. HEX triplet: B5, 4F and CC. RGB value is (181,79,204). Sum of RGB (Red+Green+Blue) = 181+79+204=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #B54FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54FCC is #4AB033. Grayscale: #7B7B7B. Windows color (decimal): -4894772 or 13389749. OLE color: 13389749.
HSL color Cylindrical-coordinate representation of color #B54FCC: hue angle of 288.96º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54FCC is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 79 | 204 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.2 |
| HSL | 288.96º | 0.55% | 0.55% | - |
| HSV(B) | 288.96º | 0.61% | 0.8% | - |
| XYZ | 32.75 | 19.78 | 59.22 | - |
| YUV | 123.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 204 | 0.11 | 0.61 | 0 | 0.2 | 288.96 | 0.55 | 0.55 |
| Hex | B5 | 4F | CC | B | 3D | 0 | 14 | 121 | 37 | 37 |
| Octal | 265 | 117 | 314 | 13 | 75 | 0 | 24 | 441 | 67 | 67 |
| Binary | 10110101 | 1001111 | 11001100 | 1011 | 111101 | 0 | 10100 | 100100001 | 110111 | 110111 |
Color Harmonies of #B54FCC
Complementary color
Monochromatic Colors of #B54FCC
Black with #B54FCC
Text Example
Text Example
White with #B54FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54FCC; }
p { color: rgb(181,79,204); }
H1.HeaderClassName
{
color: #B54FCC;
}
.AnyTagClassName
{
color: #B54FCC;
}
</style>
background-color css
<style>
a { background-color: #B54FCC; }
a { background-color: rgb(181,79,204); }
div.DivClassName
{
background-color: #B54FCC;
}
.BgClassName
{
background-color: #B54FCC;
}
</style>
border-color css
<style>
span { border-color: #B54FCC; }
span { border-color: rgb(181,79,204); }
td.TdClassName
{
border-color: #B54FCC;
}
.TagClassName
{
border-color: #B54FCC;
}
</style>