Shades of Medium Orchid #B53CFC
Tints of Medium Orchid #B53CFC
RGB
CMYK
RGB Variations
Color information
#B53CFC (or 0xB53CFC) is known color: Medium Orchid. HEX triplet: B5, 3C and FC. RGB value is (181,60,252). Sum of RGB (Red+Green+Blue) = 181+60+252=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #B53CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53CFC is #4AC303. Grayscale: #757575. Windows color (decimal): -4899588 or 16530613. OLE color: 16530613.
HSL color Cylindrical-coordinate representation of color #B53CFC: hue angle of 277.81º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B53CFC is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 60 | 252 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.01 |
| HSL | 277.81º | 0.97% | 0.61% | - |
| HSV(B) | 277.81º | 0.76% | 0.99% | - |
| XYZ | 38.24 | 20.08 | 93.96 | - |
| YUV | 118.07 | 203.59 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 252 | 0.28 | 0.76 | 0 | 0.01 | 277.81 | 0.97 | 0.61 |
| Hex | B5 | 3C | FC | 1C | 4C | 0 | 1 | 116 | 61 | 3D |
| Octal | 265 | 74 | 374 | 34 | 114 | 0 | 1 | 426 | 141 | 75 |
| Binary | 10110101 | 111100 | 11111100 | 11100 | 1001100 | 0 | 1 | 100010110 | 1100001 | 111101 |
Color Harmonies of #B53CFC
Complementary color
Monochromatic Colors of #B53CFC
Black with #B53CFC
Text Example
Text Example
White with #B53CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CFC; }
p { color: rgb(181,60,252); }
H1.HeaderClassName
{
color: #B53CFC;
}
.AnyTagClassName
{
color: #B53CFC;
}
</style>
background-color css
<style>
a { background-color: #B53CFC; }
a { background-color: rgb(181,60,252); }
div.DivClassName
{
background-color: #B53CFC;
}
.BgClassName
{
background-color: #B53CFC;
}
</style>
border-color css
<style>
span { border-color: #B53CFC; }
span { border-color: rgb(181,60,252); }
td.TdClassName
{
border-color: #B53CFC;
}
.TagClassName
{
border-color: #B53CFC;
}
</style>