Shades of Medium Orchid #B545CA
Tints of Medium Orchid #B545CA
RGB
CMYK
RGB Variations
Color information
#B545CA (or 0xB545CA) is known color: Medium Orchid. HEX triplet: B5, 45 and CA. RGB value is (181,69,202). Sum of RGB (Red+Green+Blue) = 181+69+202=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #B545CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B545CA is #4ABA35. Grayscale: #757575. Windows color (decimal): -4897334 or 13256117. OLE color: 13256117.
HSL color Cylindrical-coordinate representation of color #B545CA: hue angle of 290.53º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B545CA is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 69 | 202 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.21 |
| HSL | 290.53º | 0.56% | 0.53% | - |
| HSV(B) | 290.53º | 0.66% | 0.79% | - |
| XYZ | 31.84 | 18.34 | 57.74 | - |
| YUV | 117.65 | 175.61 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 202 | 0.10 | 0.66 | 0 | 0.21 | 290.53 | 0.56 | 0.53 |
| Hex | B5 | 45 | CA | A | 42 | 0 | 15 | 123 | 38 | 35 |
| Octal | 265 | 105 | 312 | 12 | 102 | 0 | 25 | 443 | 70 | 65 |
| Binary | 10110101 | 1000101 | 11001010 | 1010 | 1000010 | 0 | 10101 | 100100011 | 111000 | 110101 |
Color Harmonies of #B545CA
Complementary color
Monochromatic Colors of #B545CA
Black with #B545CA
Text Example
Text Example
White with #B545CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B545CA; }
p { color: rgb(181,69,202); }
H1.HeaderClassName
{
color: #B545CA;
}
.AnyTagClassName
{
color: #B545CA;
}
</style>
background-color css
<style>
a { background-color: #B545CA; }
a { background-color: rgb(181,69,202); }
div.DivClassName
{
background-color: #B545CA;
}
.BgClassName
{
background-color: #B545CA;
}
</style>
border-color css
<style>
span { border-color: #B545CA; }
span { border-color: rgb(181,69,202); }
td.TdClassName
{
border-color: #B545CA;
}
.TagClassName
{
border-color: #B545CA;
}
</style>