Shades of Medium Orchid #B53EFD
Tints of Medium Orchid #B53EFD
RGB
CMYK
RGB Variations
Color information
#B53EFD (or 0xB53EFD) is known color: Medium Orchid. HEX triplet: B5, 3E and FD. RGB value is (181,62,253). Sum of RGB (Red+Green+Blue) = 181+62+253=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 62 (24.61% from 255 or 12.5% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #B53EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53EFD is #4AC102. Grayscale: #767676. Windows color (decimal): -4899075 or 16596661. OLE color: 16596661.
HSL color Cylindrical-coordinate representation of color #B53EFD: hue angle of 277.38º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B53EFD is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 62 | 253 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.01 |
| HSL | 277.38º | 0.98% | 0.62% | - |
| HSV(B) | 277.38º | 0.75% | 0.99% | - |
| XYZ | 38.51 | 20.36 | 94.83 | - |
| YUV | 119.36 | 203.42 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 253 | 0.28 | 0.75 | 0 | 0.01 | 277.38 | 0.98 | 0.62 |
| Hex | B5 | 3E | FD | 1C | 4B | 0 | 1 | 115 | 62 | 3E |
| Octal | 265 | 76 | 375 | 34 | 113 | 0 | 1 | 425 | 142 | 76 |
| Binary | 10110101 | 111110 | 11111101 | 11100 | 1001011 | 0 | 1 | 100010101 | 1100010 | 111110 |
Color Harmonies of #B53EFD
Complementary color
Monochromatic Colors of #B53EFD
Black with #B53EFD
Text Example
Text Example
White with #B53EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53EFD; }
p { color: rgb(181,62,253); }
H1.HeaderClassName
{
color: #B53EFD;
}
.AnyTagClassName
{
color: #B53EFD;
}
</style>
background-color css
<style>
a { background-color: #B53EFD; }
a { background-color: rgb(181,62,253); }
div.DivClassName
{
background-color: #B53EFD;
}
.BgClassName
{
background-color: #B53EFD;
}
</style>
border-color css
<style>
span { border-color: #B53EFD; }
span { border-color: rgb(181,62,253); }
td.TdClassName
{
border-color: #B53EFD;
}
.TagClassName
{
border-color: #B53EFD;
}
</style>