Shades of Medium Orchid #B053EF
Tints of Medium Orchid #B053EF
RGB
CMYK
RGB Variations
Color information
#B053EF (or 0xB053EF) is known color: Medium Orchid. HEX triplet: B0, 53 and EF. RGB value is (176,83,239). Sum of RGB (Red+Green+Blue) = 176+83+239=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #B053EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053EF is #4FAC10. Grayscale: #808080. Windows color (decimal): -5221393 or 15684528. OLE color: 15684528.
HSL color Cylindrical-coordinate representation of color #B053EF: hue angle of 275.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B053EF is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 83 | 239 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.06 |
| HSL | 275.77º | 0.83% | 0.63% | - |
| HSV(B) | 275.77º | 0.65% | 0.94% | - |
| XYZ | 36.58 | 21.65 | 83.91 | - |
| YUV | 128.59 | 190.31 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 239 | 0.26 | 0.65 | 0 | 0.06 | 275.77 | 0.83 | 0.63 |
| Hex | B0 | 53 | EF | 1A | 41 | 0 | 6 | 114 | 53 | 3F |
| Octal | 260 | 123 | 357 | 32 | 101 | 0 | 6 | 424 | 123 | 77 |
| Binary | 10110000 | 1010011 | 11101111 | 11010 | 1000001 | 0 | 110 | 100010100 | 1010011 | 111111 |
Color Harmonies of #B053EF
Complementary color
Monochromatic Colors of #B053EF
Black with #B053EF
Text Example
Text Example
White with #B053EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053EF; }
p { color: rgb(176,83,239); }
H1.HeaderClassName
{
color: #B053EF;
}
.AnyTagClassName
{
color: #B053EF;
}
</style>
background-color css
<style>
a { background-color: #B053EF; }
a { background-color: rgb(176,83,239); }
div.DivClassName
{
background-color: #B053EF;
}
.BgClassName
{
background-color: #B053EF;
}
</style>
border-color css
<style>
span { border-color: #B053EF; }
span { border-color: rgb(176,83,239); }
td.TdClassName
{
border-color: #B053EF;
}
.TagClassName
{
border-color: #B053EF;
}
</style>