Shades of Medium Orchid #B053FB
Tints of Medium Orchid #B053FB
RGB
CMYK
RGB Variations
Color information
#B053FB (or 0xB053FB) is known color: Medium Orchid. HEX triplet: B0, 53 and FB. RGB value is (176,83,251). Sum of RGB (Red+Green+Blue) = 176+83+251=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #B053FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053FB is #4FAC04. Grayscale: #818181. Windows color (decimal): -5221381 or 16470960. OLE color: 16470960.
HSL color Cylindrical-coordinate representation of color #B053FB: hue angle of 273.21º degrees, saturation: 0.95, 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 #B053FB is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 83 | 251 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.02 |
| HSL | 273.21º | 0.95% | 0.65% | - |
| HSV(B) | 273.21º | 0.67% | 0.98% | - |
| XYZ | 38.41 | 22.38 | 93.56 | - |
| YUV | 129.96 | 196.31 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 251 | 0.30 | 0.67 | 0 | 0.02 | 273.21 | 0.95 | 0.65 |
| Hex | B0 | 53 | FB | 1E | 43 | 0 | 2 | 111 | 5F | 41 |
| Octal | 260 | 123 | 373 | 36 | 103 | 0 | 2 | 421 | 137 | 101 |
| Binary | 10110000 | 1010011 | 11111011 | 11110 | 1000011 | 0 | 10 | 100010001 | 1011111 | 1000001 |
Color Harmonies of #B053FB
Complementary color
Monochromatic Colors of #B053FB
Black with #B053FB
Text Example
Text Example
White with #B053FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053FB; }
p { color: rgb(176,83,251); }
H1.HeaderClassName
{
color: #B053FB;
}
.AnyTagClassName
{
color: #B053FB;
}
</style>
background-color css
<style>
a { background-color: #B053FB; }
a { background-color: rgb(176,83,251); }
div.DivClassName
{
background-color: #B053FB;
}
.BgClassName
{
background-color: #B053FB;
}
</style>
border-color css
<style>
span { border-color: #B053FB; }
span { border-color: rgb(176,83,251); }
td.TdClassName
{
border-color: #B053FB;
}
.TagClassName
{
border-color: #B053FB;
}
</style>