Shades of Medium Orchid #B053EE
Tints of Medium Orchid #B053EE
RGB
CMYK
RGB Variations
Color information
#B053EE (or 0xB053EE) is known color: Medium Orchid. HEX triplet: B0, 53 and EE. RGB value is (176,83,238). Sum of RGB (Red+Green+Blue) = 176+83+238=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #B053EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053EE is #4FAC11. Grayscale: #7F7F7F. Windows color (decimal): -5221394 or 15618992. OLE color: 15618992.
HSL color Cylindrical-coordinate representation of color #B053EE: hue angle of 276º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B053EE is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 83 | 238 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.07 |
| HSL | 276º | 0.82% | 0.63% | - |
| HSV(B) | 276º | 0.65% | 0.93% | - |
| XYZ | 36.43 | 21.59 | 83.14 | - |
| YUV | 128.48 | 189.81 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 238 | 0.26 | 0.65 | 0 | 0.07 | 276 | 0.82 | 0.63 |
| Hex | B0 | 53 | EE | 1A | 41 | 0 | 7 | 114 | 52 | 3F |
| Octal | 260 | 123 | 356 | 32 | 101 | 0 | 7 | 424 | 122 | 77 |
| Binary | 10110000 | 1010011 | 11101110 | 11010 | 1000001 | 0 | 111 | 100010100 | 1010010 | 111111 |
Color Harmonies of #B053EE
Complementary color
Monochromatic Colors of #B053EE
Black with #B053EE
Text Example
Text Example
White with #B053EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053EE; }
p { color: rgb(176,83,238); }
H1.HeaderClassName
{
color: #B053EE;
}
.AnyTagClassName
{
color: #B053EE;
}
</style>
background-color css
<style>
a { background-color: #B053EE; }
a { background-color: rgb(176,83,238); }
div.DivClassName
{
background-color: #B053EE;
}
.BgClassName
{
background-color: #B053EE;
}
</style>
border-color css
<style>
span { border-color: #B053EE; }
span { border-color: rgb(176,83,238); }
td.TdClassName
{
border-color: #B053EE;
}
.TagClassName
{
border-color: #B053EE;
}
</style>