Shades of Medium Orchid #B549CB
Tints of Medium Orchid #B549CB
RGB
CMYK
RGB Variations
Color information
#B549CB (or 0xB549CB) is known color: Medium Orchid. HEX triplet: B5, 49 and CB. RGB value is (181,73,203). Sum of RGB (Red+Green+Blue) = 181+73+203=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #B549CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549CB is #4AB634. Grayscale: #777777. Windows color (decimal): -4896309 or 13322677. OLE color: 13322677.
HSL color Cylindrical-coordinate representation of color #B549CB: hue angle of 289.85º 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 #B549CB is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 73 | 203 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.20 |
| HSL | 289.85º | 0.56% | 0.54% | - |
| HSV(B) | 289.85º | 0.64% | 0.8% | - |
| XYZ | 32.22 | 18.9 | 58.45 | - |
| YUV | 120.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 203 | 0.11 | 0.64 | 0 | 0.20 | 289.85 | 0.56 | 0.54 |
| Hex | B5 | 49 | CB | B | 40 | 0 | 14 | 122 | 38 | 36 |
| Octal | 265 | 111 | 313 | 13 | 100 | 0 | 24 | 442 | 70 | 66 |
| Binary | 10110101 | 1001001 | 11001011 | 1011 | 1000000 | 0 | 10100 | 100100010 | 111000 | 110110 |
Color Harmonies of #B549CB
Complementary color
Monochromatic Colors of #B549CB
Black with #B549CB
Text Example
Text Example
White with #B549CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549CB; }
p { color: rgb(181,73,203); }
H1.HeaderClassName
{
color: #B549CB;
}
.AnyTagClassName
{
color: #B549CB;
}
</style>
background-color css
<style>
a { background-color: #B549CB; }
a { background-color: rgb(181,73,203); }
div.DivClassName
{
background-color: #B549CB;
}
.BgClassName
{
background-color: #B549CB;
}
</style>
border-color css
<style>
span { border-color: #B549CB; }
span { border-color: rgb(181,73,203); }
td.TdClassName
{
border-color: #B549CB;
}
.TagClassName
{
border-color: #B549CB;
}
</style>