Shades of Medium Orchid #B547CC
Tints of Medium Orchid #B547CC
RGB
CMYK
RGB Variations
Color information
#B547CC (or 0xB547CC) is known color: Medium Orchid. HEX triplet: B5, 47 and CC. RGB value is (181,71,204). Sum of RGB (Red+Green+Blue) = 181+71+204=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #B547CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547CC is #4AB833. Grayscale: #767676. Windows color (decimal): -4896820 or 13387701. OLE color: 13387701.
HSL color Cylindrical-coordinate representation of color #B547CC: hue angle of 289.62º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B547CC is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 71 | 204 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.2 |
| HSL | 289.62º | 0.57% | 0.54% | - |
| HSV(B) | 289.62º | 0.65% | 0.8% | - |
| XYZ | 32.21 | 18.69 | 59.04 | - |
| YUV | 119.05 | 175.94 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 204 | 0.11 | 0.65 | 0 | 0.2 | 289.62 | 0.57 | 0.54 |
| Hex | B5 | 47 | CC | B | 41 | 0 | 14 | 122 | 39 | 36 |
| Octal | 265 | 107 | 314 | 13 | 101 | 0 | 24 | 442 | 71 | 66 |
| Binary | 10110101 | 1000111 | 11001100 | 1011 | 1000001 | 0 | 10100 | 100100010 | 111001 | 110110 |
Color Harmonies of #B547CC
Complementary color
Monochromatic Colors of #B547CC
Black with #B547CC
Text Example
Text Example
White with #B547CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547CC; }
p { color: rgb(181,71,204); }
H1.HeaderClassName
{
color: #B547CC;
}
.AnyTagClassName
{
color: #B547CC;
}
</style>
background-color css
<style>
a { background-color: #B547CC; }
a { background-color: rgb(181,71,204); }
div.DivClassName
{
background-color: #B547CC;
}
.BgClassName
{
background-color: #B547CC;
}
</style>
border-color css
<style>
span { border-color: #B547CC; }
span { border-color: rgb(181,71,204); }
td.TdClassName
{
border-color: #B547CC;
}
.TagClassName
{
border-color: #B547CC;
}
</style>