Shades of Medium Orchid #B549CC
Tints of Medium Orchid #B549CC
RGB
CMYK
RGB Variations
Color information
#B549CC (or 0xB549CC) is known color: Medium Orchid. HEX triplet: B5, 49 and CC. RGB value is (181,73,204). Sum of RGB (Red+Green+Blue) = 181+73+204=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #B549CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549CC is #4AB633. Grayscale: #777777. Windows color (decimal): -4896308 or 13388213. OLE color: 13388213.
HSL color Cylindrical-coordinate representation of color #B549CC: hue angle of 289.47º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B549CC is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 73 | 204 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.2 |
| HSL | 289.47º | 0.56% | 0.54% | - |
| HSV(B) | 289.47º | 0.64% | 0.8% | - |
| XYZ | 32.34 | 18.95 | 59.08 | - |
| YUV | 120.23 | 175.28 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 204 | 0.11 | 0.64 | 0 | 0.2 | 289.47 | 0.56 | 0.54 |
| Hex | B5 | 49 | CC | B | 40 | 0 | 14 | 121 | 38 | 36 |
| Octal | 265 | 111 | 314 | 13 | 100 | 0 | 24 | 441 | 70 | 66 |
| Binary | 10110101 | 1001001 | 11001100 | 1011 | 1000000 | 0 | 10100 | 100100001 | 111000 | 110110 |
Color Harmonies of #B549CC
Complementary color
Monochromatic Colors of #B549CC
Black with #B549CC
Text Example
Text Example
White with #B549CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549CC; }
p { color: rgb(181,73,204); }
H1.HeaderClassName
{
color: #B549CC;
}
.AnyTagClassName
{
color: #B549CC;
}
</style>
background-color css
<style>
a { background-color: #B549CC; }
a { background-color: rgb(181,73,204); }
div.DivClassName
{
background-color: #B549CC;
}
.BgClassName
{
background-color: #B549CC;
}
</style>
border-color css
<style>
span { border-color: #B549CC; }
span { border-color: rgb(181,73,204); }
td.TdClassName
{
border-color: #B549CC;
}
.TagClassName
{
border-color: #B549CC;
}
</style>