Shades of Medium Orchid #B547CA
Tints of Medium Orchid #B547CA
RGB
CMYK
RGB Variations
Color information
#B547CA (or 0xB547CA) is known color: Medium Orchid. HEX triplet: B5, 47 and CA. RGB value is (181,71,202). Sum of RGB (Red+Green+Blue) = 181+71+202=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #B547CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547CA is #4AB835. Grayscale: #767676. Windows color (decimal): -4896822 or 13256629. OLE color: 13256629.
HSL color Cylindrical-coordinate representation of color #B547CA: hue angle of 290.38º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B547CA is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 71 | 202 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.21 |
| HSL | 290.38º | 0.55% | 0.54% | - |
| HSV(B) | 290.38º | 0.65% | 0.79% | - |
| XYZ | 31.97 | 18.59 | 57.78 | - |
| YUV | 118.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 202 | 0.10 | 0.65 | 0 | 0.21 | 290.38 | 0.55 | 0.54 |
| Hex | B5 | 47 | CA | A | 41 | 0 | 15 | 122 | 37 | 36 |
| Octal | 265 | 107 | 312 | 12 | 101 | 0 | 25 | 442 | 67 | 66 |
| Binary | 10110101 | 1000111 | 11001010 | 1010 | 1000001 | 0 | 10101 | 100100010 | 110111 | 110110 |
Color Harmonies of #B547CA
Complementary color
Monochromatic Colors of #B547CA
Black with #B547CA
Text Example
Text Example
White with #B547CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547CA; }
p { color: rgb(181,71,202); }
H1.HeaderClassName
{
color: #B547CA;
}
.AnyTagClassName
{
color: #B547CA;
}
</style>
background-color css
<style>
a { background-color: #B547CA; }
a { background-color: rgb(181,71,202); }
div.DivClassName
{
background-color: #B547CA;
}
.BgClassName
{
background-color: #B547CA;
}
</style>
border-color css
<style>
span { border-color: #B547CA; }
span { border-color: rgb(181,71,202); }
td.TdClassName
{
border-color: #B547CA;
}
.TagClassName
{
border-color: #B547CA;
}
</style>