Shades of Medium Orchid #B051F9
Tints of Medium Orchid #B051F9
RGB
CMYK
RGB Variations
Color information
#B051F9 (or 0xB051F9) is known color: Medium Orchid. HEX triplet: B0, 51 and F9. RGB value is (176,81,249). Sum of RGB (Red+Green+Blue) = 176+81+249=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #B051F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B051F9 is #4FAE06. Grayscale: #7F7F7F. Windows color (decimal): -5221895 or 16339376. OLE color: 16339376.
HSL color Cylindrical-coordinate representation of color #B051F9: hue angle of 273.93º degrees, saturation: 0.93, 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 #B051F9 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 81 | 249 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.02 |
| HSL | 273.93º | 0.93% | 0.65% | - |
| HSV(B) | 273.93º | 0.67% | 0.98% | - |
| XYZ | 37.95 | 21.95 | 91.86 | - |
| YUV | 128.56 | 195.97 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 249 | 0.29 | 0.67 | 0 | 0.02 | 273.93 | 0.93 | 0.65 |
| Hex | B0 | 51 | F9 | 1D | 43 | 0 | 2 | 112 | 5D | 41 |
| Octal | 260 | 121 | 371 | 35 | 103 | 0 | 2 | 422 | 135 | 101 |
| Binary | 10110000 | 1010001 | 11111001 | 11101 | 1000011 | 0 | 10 | 100010010 | 1011101 | 1000001 |
Color Harmonies of #B051F9
Complementary color
Monochromatic Colors of #B051F9
Black with #B051F9
Text Example
Text Example
White with #B051F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051F9; }
p { color: rgb(176,81,249); }
H1.HeaderClassName
{
color: #B051F9;
}
.AnyTagClassName
{
color: #B051F9;
}
</style>
background-color css
<style>
a { background-color: #B051F9; }
a { background-color: rgb(176,81,249); }
div.DivClassName
{
background-color: #B051F9;
}
.BgClassName
{
background-color: #B051F9;
}
</style>
border-color css
<style>
span { border-color: #B051F9; }
span { border-color: rgb(176,81,249); }
td.TdClassName
{
border-color: #B051F9;
}
.TagClassName
{
border-color: #B051F9;
}
</style>