Shades of Medium Orchid #B051F3
Tints of Medium Orchid #B051F3
RGB
CMYK
RGB Variations
Color information
#B051F3 (or 0xB051F3) is known color: Medium Orchid. HEX triplet: B0, 51 and F3. RGB value is (176,81,243). Sum of RGB (Red+Green+Blue) = 176+81+243=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #B051F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B051F3 is #4FAE0C. Grayscale: #7F7F7F. Windows color (decimal): -5221901 or 15946160. OLE color: 15946160.
HSL color Cylindrical-coordinate representation of color #B051F3: hue angle of 275.19º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B051F3 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 81 | 243 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.05 |
| HSL | 275.19º | 0.87% | 0.64% | - |
| HSV(B) | 275.19º | 0.67% | 0.95% | - |
| XYZ | 37.02 | 21.59 | 87.01 | - |
| YUV | 127.87 | 192.97 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 243 | 0.28 | 0.67 | 0 | 0.05 | 275.19 | 0.87 | 0.64 |
| Hex | B0 | 51 | F3 | 1C | 43 | 0 | 5 | 113 | 57 | 40 |
| Octal | 260 | 121 | 363 | 34 | 103 | 0 | 5 | 423 | 127 | 100 |
| Binary | 10110000 | 1010001 | 11110011 | 11100 | 1000011 | 0 | 101 | 100010011 | 1010111 | 1000000 |
Color Harmonies of #B051F3
Complementary color
Monochromatic Colors of #B051F3
Black with #B051F3
Text Example
Text Example
White with #B051F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051F3; }
p { color: rgb(176,81,243); }
H1.HeaderClassName
{
color: #B051F3;
}
.AnyTagClassName
{
color: #B051F3;
}
</style>
background-color css
<style>
a { background-color: #B051F3; }
a { background-color: rgb(176,81,243); }
div.DivClassName
{
background-color: #B051F3;
}
.BgClassName
{
background-color: #B051F3;
}
</style>
border-color css
<style>
span { border-color: #B051F3; }
span { border-color: rgb(176,81,243); }
td.TdClassName
{
border-color: #B051F3;
}
.TagClassName
{
border-color: #B051F3;
}
</style>