Shades of Medium Orchid #B53BDF
Tints of Medium Orchid #B53BDF
RGB
CMYK
RGB Variations
Color information
#B53BDF (or 0xB53BDF) is known color: Medium Orchid. HEX triplet: B5, 3B and DF. RGB value is (181,59,223). Sum of RGB (Red+Green+Blue) = 181+59+223=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #B53BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53BDF is #4AC420. Grayscale: #717171. Windows color (decimal): -4899873 or 14629813. OLE color: 14629813.
HSL color Cylindrical-coordinate representation of color #B53BDF: hue angle of 284.63º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B53BDF is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 59 | 223 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.13 |
| HSL | 284.63º | 0.72% | 0.55% | - |
| HSV(B) | 284.63º | 0.74% | 0.87% | - |
| XYZ | 33.94 | 18.28 | 71.55 | - |
| YUV | 114.17 | 189.42 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 223 | 0.19 | 0.74 | 0 | 0.13 | 284.63 | 0.72 | 0.55 |
| Hex | B5 | 3B | DF | 13 | 4A | 0 | D | 11D | 48 | 37 |
| Octal | 265 | 73 | 337 | 23 | 112 | 0 | 15 | 435 | 110 | 67 |
| Binary | 10110101 | 111011 | 11011111 | 10011 | 1001010 | 0 | 1101 | 100011101 | 1001000 | 110111 |
Color Harmonies of #B53BDF
Complementary color
Monochromatic Colors of #B53BDF
Black with #B53BDF
Text Example
Text Example
White with #B53BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53BDF; }
p { color: rgb(181,59,223); }
H1.HeaderClassName
{
color: #B53BDF;
}
.AnyTagClassName
{
color: #B53BDF;
}
</style>
background-color css
<style>
a { background-color: #B53BDF; }
a { background-color: rgb(181,59,223); }
div.DivClassName
{
background-color: #B53BDF;
}
.BgClassName
{
background-color: #B53BDF;
}
</style>
border-color css
<style>
span { border-color: #B53BDF; }
span { border-color: rgb(181,59,223); }
td.TdClassName
{
border-color: #B53BDF;
}
.TagClassName
{
border-color: #B53BDF;
}
</style>