Shades of Medium Orchid #B537CC
Tints of Medium Orchid #B537CC
RGB
CMYK
RGB Variations
Color information
#B537CC (or 0xB537CC) is known color: Medium Orchid. HEX triplet: B5, 37 and CC. RGB value is (181,55,204). Sum of RGB (Red+Green+Blue) = 181+55+204=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #B537CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B537CC is #4AC833. Grayscale: #6D6D6D. Windows color (decimal): -4900916 or 13383605. OLE color: 13383605.
HSL color Cylindrical-coordinate representation of color #B537CC: hue angle of 290.74º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B537CC is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 55 | 204 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.2 |
| HSL | 290.74º | 0.59% | 0.51% | - |
| HSV(B) | 290.74º | 0.73% | 0.8% | - |
| XYZ | 31.32 | 16.92 | 58.74 | - |
| YUV | 109.66 | 181.24 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 204 | 0.11 | 0.73 | 0 | 0.2 | 290.74 | 0.59 | 0.51 |
| Hex | B5 | 37 | CC | B | 49 | 0 | 14 | 123 | 3B | 33 |
| Octal | 265 | 67 | 314 | 13 | 111 | 0 | 24 | 443 | 73 | 63 |
| Binary | 10110101 | 110111 | 11001100 | 1011 | 1001001 | 0 | 10100 | 100100011 | 111011 | 110011 |
Color Harmonies of #B537CC
Complementary color
Monochromatic Colors of #B537CC
Black with #B537CC
Text Example
Text Example
White with #B537CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B537CC; }
p { color: rgb(181,55,204); }
H1.HeaderClassName
{
color: #B537CC;
}
.AnyTagClassName
{
color: #B537CC;
}
</style>
background-color css
<style>
a { background-color: #B537CC; }
a { background-color: rgb(181,55,204); }
div.DivClassName
{
background-color: #B537CC;
}
.BgClassName
{
background-color: #B537CC;
}
</style>
border-color css
<style>
span { border-color: #B537CC; }
span { border-color: rgb(181,55,204); }
td.TdClassName
{
border-color: #B537CC;
}
.TagClassName
{
border-color: #B537CC;
}
</style>