Shades of Medium Orchid #B053F3
Tints of Medium Orchid #B053F3
RGB
CMYK
RGB Variations
Color information
#B053F3 (or 0xB053F3) is known color: Medium Orchid. HEX triplet: B0, 53 and F3. RGB value is (176,83,243). Sum of RGB (Red+Green+Blue) = 176+83+243=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #B053F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053F3 is #4FAC0C. Grayscale: #808080. Windows color (decimal): -5221389 or 15946672. OLE color: 15946672.
HSL color Cylindrical-coordinate representation of color #B053F3: hue angle of 274.88º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B053F3 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 83 | 243 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.05 |
| HSL | 274.88º | 0.87% | 0.64% | - |
| HSV(B) | 274.88º | 0.66% | 0.95% | - |
| XYZ | 37.18 | 21.89 | 87.06 | - |
| YUV | 129.05 | 192.31 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 243 | 0.28 | 0.66 | 0 | 0.05 | 274.88 | 0.87 | 0.64 |
| Hex | B0 | 53 | F3 | 1C | 42 | 0 | 5 | 113 | 57 | 40 |
| Octal | 260 | 123 | 363 | 34 | 102 | 0 | 5 | 423 | 127 | 100 |
| Binary | 10110000 | 1010011 | 11110011 | 11100 | 1000010 | 0 | 101 | 100010011 | 1010111 | 1000000 |
Color Harmonies of #B053F3
Complementary color
Monochromatic Colors of #B053F3
Black with #B053F3
Text Example
Text Example
White with #B053F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053F3; }
p { color: rgb(176,83,243); }
H1.HeaderClassName
{
color: #B053F3;
}
.AnyTagClassName
{
color: #B053F3;
}
</style>
background-color css
<style>
a { background-color: #B053F3; }
a { background-color: rgb(176,83,243); }
div.DivClassName
{
background-color: #B053F3;
}
.BgClassName
{
background-color: #B053F3;
}
</style>
border-color css
<style>
span { border-color: #B053F3; }
span { border-color: rgb(176,83,243); }
td.TdClassName
{
border-color: #B053F3;
}
.TagClassName
{
border-color: #B053F3;
}
</style>