Shades of Medium Orchid #B549D3
Tints of Medium Orchid #B549D3
RGB
CMYK
RGB Variations
Color information
#B549D3 (or 0xB549D3) is known color: Medium Orchid. HEX triplet: B5, 49 and D3. RGB value is (181,73,211). Sum of RGB (Red+Green+Blue) = 181+73+211=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #B549D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549D3 is #4AB62C. Grayscale: #787878. Windows color (decimal): -4896301 or 13846965. OLE color: 13846965.
HSL color Cylindrical-coordinate representation of color #B549D3: hue angle of 286.96º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B549D3 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 73 | 211 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.17 |
| HSL | 286.96º | 0.61% | 0.56% | - |
| HSV(B) | 286.96º | 0.65% | 0.83% | - |
| XYZ | 33.2 | 19.29 | 63.6 | - |
| YUV | 121.02 | 178.78 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 211 | 0.14 | 0.65 | 0 | 0.17 | 286.96 | 0.61 | 0.56 |
| Hex | B5 | 49 | D3 | E | 41 | 0 | 11 | 11F | 3D | 38 |
| Octal | 265 | 111 | 323 | 16 | 101 | 0 | 21 | 437 | 75 | 70 |
| Binary | 10110101 | 1001001 | 11010011 | 1110 | 1000001 | 0 | 10001 | 100011111 | 111101 | 111000 |
Color Harmonies of #B549D3
Complementary color
Monochromatic Colors of #B549D3
Black with #B549D3
Text Example
Text Example
White with #B549D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549D3; }
p { color: rgb(181,73,211); }
H1.HeaderClassName
{
color: #B549D3;
}
.AnyTagClassName
{
color: #B549D3;
}
</style>
background-color css
<style>
a { background-color: #B549D3; }
a { background-color: rgb(181,73,211); }
div.DivClassName
{
background-color: #B549D3;
}
.BgClassName
{
background-color: #B549D3;
}
</style>
border-color css
<style>
span { border-color: #B549D3; }
span { border-color: rgb(181,73,211); }
td.TdClassName
{
border-color: #B549D3;
}
.TagClassName
{
border-color: #B549D3;
}
</style>