Shades of Medium Orchid #B053FA
Tints of Medium Orchid #B053FA
RGB
CMYK
RGB Variations
Color information
#B053FA (or 0xB053FA) is known color: Medium Orchid. HEX triplet: B0, 53 and FA. RGB value is (176,83,250). Sum of RGB (Red+Green+Blue) = 176+83+250=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #B053FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053FA is #4FAC05. Grayscale: #818181. Windows color (decimal): -5221382 or 16405424. OLE color: 16405424.
HSL color Cylindrical-coordinate representation of color #B053FA: hue angle of 273.41º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B053FA is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 83 | 250 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.02 |
| HSL | 273.41º | 0.94% | 0.65% | - |
| HSV(B) | 273.41º | 0.67% | 0.98% | - |
| XYZ | 38.25 | 22.32 | 92.73 | - |
| YUV | 129.85 | 195.81 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 250 | 0.30 | 0.67 | 0 | 0.02 | 273.41 | 0.94 | 0.65 |
| Hex | B0 | 53 | FA | 1E | 43 | 0 | 2 | 111 | 5E | 41 |
| Octal | 260 | 123 | 372 | 36 | 103 | 0 | 2 | 421 | 136 | 101 |
| Binary | 10110000 | 1010011 | 11111010 | 11110 | 1000011 | 0 | 10 | 100010001 | 1011110 | 1000001 |
Color Harmonies of #B053FA
Complementary color
Monochromatic Colors of #B053FA
Black with #B053FA
Text Example
Text Example
White with #B053FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053FA; }
p { color: rgb(176,83,250); }
H1.HeaderClassName
{
color: #B053FA;
}
.AnyTagClassName
{
color: #B053FA;
}
</style>
background-color css
<style>
a { background-color: #B053FA; }
a { background-color: rgb(176,83,250); }
div.DivClassName
{
background-color: #B053FA;
}
.BgClassName
{
background-color: #B053FA;
}
</style>
border-color css
<style>
span { border-color: #B053FA; }
span { border-color: rgb(176,83,250); }
td.TdClassName
{
border-color: #B053FA;
}
.TagClassName
{
border-color: #B053FA;
}
</style>