Shades of Medium Orchid #B53CC8
Tints of Medium Orchid #B53CC8
RGB
CMYK
RGB Variations
Color information
#B53CC8 (or 0xB53CC8) is known color: Medium Orchid. HEX triplet: B5, 3C and C8. RGB value is (181,60,200). Sum of RGB (Red+Green+Blue) = 181+60+200=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #B53CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CC8 is #4AC337. Grayscale: #6F6F6F. Windows color (decimal): -4899640 or 13122741. OLE color: 13122741.
HSL color Cylindrical-coordinate representation of color #B53CC8: hue angle of 291.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53CC8 is Cyan = 0.09, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 60 | 200 | - |
| CMYK | 0.09 | 0.7 | 0 | 0.22 |
| HSL | 291.86º | 0.56% | 0.51% | - |
| HSV(B) | 291.86º | 0.7% | 0.78% | - |
| XYZ | 31.1 | 17.23 | 56.33 | - |
| YUV | 112.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 200 | 0.09 | 0.7 | 0 | 0.22 | 291.86 | 0.56 | 0.51 |
| Hex | B5 | 3C | C8 | 9 | 46 | 0 | 16 | 124 | 38 | 33 |
| Octal | 265 | 74 | 310 | 11 | 106 | 0 | 26 | 444 | 70 | 63 |
| Binary | 10110101 | 111100 | 11001000 | 1001 | 1000110 | 0 | 10110 | 100100100 | 111000 | 110011 |
Color Harmonies of #B53CC8
Complementary color
Monochromatic Colors of #B53CC8
Black with #B53CC8
Text Example
Text Example
White with #B53CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CC8; }
p { color: rgb(181,60,200); }
H1.HeaderClassName
{
color: #B53CC8;
}
.AnyTagClassName
{
color: #B53CC8;
}
</style>
background-color css
<style>
a { background-color: #B53CC8; }
a { background-color: rgb(181,60,200); }
div.DivClassName
{
background-color: #B53CC8;
}
.BgClassName
{
background-color: #B53CC8;
}
</style>
border-color css
<style>
span { border-color: #B53CC8; }
span { border-color: rgb(181,60,200); }
td.TdClassName
{
border-color: #B53CC8;
}
.TagClassName
{
border-color: #B53CC8;
}
</style>