Shades of Medium Orchid #B53CCC
Tints of Medium Orchid #B53CCC
RGB
CMYK
RGB Variations
Color information
#B53CCC (or 0xB53CCC) is known color: Medium Orchid. HEX triplet: B5, 3C and CC. RGB value is (181,60,204). Sum of RGB (Red+Green+Blue) = 181+60+204=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #B53CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CCC is #4AC333. Grayscale: #707070. Windows color (decimal): -4899636 or 13384885. OLE color: 13384885.
HSL color Cylindrical-coordinate representation of color #B53CCC: hue angle of 290.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53CCC is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 60 | 204 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.2 |
| HSL | 290.42º | 0.59% | 0.52% | - |
| HSV(B) | 290.42º | 0.71% | 0.8% | - |
| XYZ | 31.57 | 17.42 | 58.82 | - |
| YUV | 112.6 | 179.59 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 204 | 0.11 | 0.71 | 0 | 0.2 | 290.42 | 0.59 | 0.52 |
| Hex | B5 | 3C | CC | B | 47 | 0 | 14 | 122 | 3B | 34 |
| Octal | 265 | 74 | 314 | 13 | 107 | 0 | 24 | 442 | 73 | 64 |
| Binary | 10110101 | 111100 | 11001100 | 1011 | 1000111 | 0 | 10100 | 100100010 | 111011 | 110100 |
Color Harmonies of #B53CCC
Complementary color
Monochromatic Colors of #B53CCC
Black with #B53CCC
Text Example
Text Example
White with #B53CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CCC; }
p { color: rgb(181,60,204); }
H1.HeaderClassName
{
color: #B53CCC;
}
.AnyTagClassName
{
color: #B53CCC;
}
</style>
background-color css
<style>
a { background-color: #B53CCC; }
a { background-color: rgb(181,60,204); }
div.DivClassName
{
background-color: #B53CCC;
}
.BgClassName
{
background-color: #B53CCC;
}
</style>
border-color css
<style>
span { border-color: #B53CCC; }
span { border-color: rgb(181,60,204); }
td.TdClassName
{
border-color: #B53CCC;
}
.TagClassName
{
border-color: #B53CCC;
}
</style>