Shades of Medium Orchid #B051F7
Tints of Medium Orchid #B051F7
RGB
CMYK
RGB Variations
Color information
#B051F7 (or 0xB051F7) is known color: Medium Orchid. HEX triplet: B0, 51 and F7. RGB value is (176,81,247). Sum of RGB (Red+Green+Blue) = 176+81+247=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #B051F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B051F7 is #4FAE08. Grayscale: #7F7F7F. Windows color (decimal): -5221897 or 16208304. OLE color: 16208304.
HSL color Cylindrical-coordinate representation of color #B051F7: hue angle of 274.34º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B051F7 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 81 | 247 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.03 |
| HSL | 274.34º | 0.91% | 0.64% | - |
| HSV(B) | 274.34º | 0.67% | 0.97% | - |
| XYZ | 37.64 | 21.83 | 90.23 | - |
| YUV | 128.33 | 194.97 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 247 | 0.29 | 0.67 | 0 | 0.03 | 274.34 | 0.91 | 0.64 |
| Hex | B0 | 51 | F7 | 1D | 43 | 0 | 3 | 112 | 5B | 40 |
| Octal | 260 | 121 | 367 | 35 | 103 | 0 | 3 | 422 | 133 | 100 |
| Binary | 10110000 | 1010001 | 11110111 | 11101 | 1000011 | 0 | 11 | 100010010 | 1011011 | 1000000 |
Color Harmonies of #B051F7
Complementary color
Monochromatic Colors of #B051F7
Black with #B051F7
Text Example
Text Example
White with #B051F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051F7; }
p { color: rgb(176,81,247); }
H1.HeaderClassName
{
color: #B051F7;
}
.AnyTagClassName
{
color: #B051F7;
}
</style>
background-color css
<style>
a { background-color: #B051F7; }
a { background-color: rgb(176,81,247); }
div.DivClassName
{
background-color: #B051F7;
}
.BgClassName
{
background-color: #B051F7;
}
</style>
border-color css
<style>
span { border-color: #B051F7; }
span { border-color: rgb(176,81,247); }
td.TdClassName
{
border-color: #B051F7;
}
.TagClassName
{
border-color: #B051F7;
}
</style>