Shades of Medium Orchid #B053F1
Tints of Medium Orchid #B053F1
RGB
CMYK
RGB Variations
Color information
#B053F1 (or 0xB053F1) is known color: Medium Orchid. HEX triplet: B0, 53 and F1. RGB value is (176,83,241). Sum of RGB (Red+Green+Blue) = 176+83+241=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #B053F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053F1 is #4FAC0E. Grayscale: #808080. Windows color (decimal): -5221391 or 15815600. OLE color: 15815600.
HSL color Cylindrical-coordinate representation of color #B053F1: hue angle of 275.32º degrees, saturation: 0.85, 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 #B053F1 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 83 | 241 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.05 |
| HSL | 275.32º | 0.85% | 0.64% | - |
| HSV(B) | 275.32º | 0.66% | 0.95% | - |
| XYZ | 36.87 | 21.77 | 85.48 | - |
| YUV | 128.82 | 191.31 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 241 | 0.27 | 0.66 | 0 | 0.05 | 275.32 | 0.85 | 0.64 |
| Hex | B0 | 53 | F1 | 1B | 42 | 0 | 5 | 113 | 55 | 40 |
| Octal | 260 | 123 | 361 | 33 | 102 | 0 | 5 | 423 | 125 | 100 |
| Binary | 10110000 | 1010011 | 11110001 | 11011 | 1000010 | 0 | 101 | 100010011 | 1010101 | 1000000 |
Color Harmonies of #B053F1
Complementary color
Monochromatic Colors of #B053F1
Black with #B053F1
Text Example
Text Example
White with #B053F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053F1; }
p { color: rgb(176,83,241); }
H1.HeaderClassName
{
color: #B053F1;
}
.AnyTagClassName
{
color: #B053F1;
}
</style>
background-color css
<style>
a { background-color: #B053F1; }
a { background-color: rgb(176,83,241); }
div.DivClassName
{
background-color: #B053F1;
}
.BgClassName
{
background-color: #B053F1;
}
</style>
border-color css
<style>
span { border-color: #B053F1; }
span { border-color: rgb(176,83,241); }
td.TdClassName
{
border-color: #B053F1;
}
.TagClassName
{
border-color: #B053F1;
}
</style>