Shades of Medium Orchid #B051E3
Tints of Medium Orchid #B051E3
RGB
CMYK
RGB Variations
Color information
#B051E3 (or 0xB051E3) is known color: Medium Orchid. HEX triplet: B0, 51 and E3. RGB value is (176,81,227). Sum of RGB (Red+Green+Blue) = 176+81+227=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 227 - color contains mainly: blue. Hex color #B051E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051E3 is #4FAE1C. Grayscale: #7D7D7D. Windows color (decimal): -5221917 or 14897584. OLE color: 14897584.
HSL color Cylindrical-coordinate representation of color #B051E3: hue angle of 279.04º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B051E3 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 81 | 227 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.11 |
| HSL | 279.04º | 0.72% | 0.6% | - |
| HSV(B) | 279.04º | 0.64% | 0.89% | - |
| XYZ | 34.71 | 20.66 | 74.83 | - |
| YUV | 126.05 | 184.97 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 227 | 0.22 | 0.64 | 0 | 0.11 | 279.04 | 0.72 | 0.6 |
| Hex | B0 | 51 | E3 | 16 | 40 | 0 | B | 117 | 48 | 3C |
| Octal | 260 | 121 | 343 | 26 | 100 | 0 | 13 | 427 | 110 | 74 |
| Binary | 10110000 | 1010001 | 11100011 | 10110 | 1000000 | 0 | 1011 | 100010111 | 1001000 | 111100 |
Color Harmonies of #B051E3
Complementary color
Monochromatic Colors of #B051E3
Black with #B051E3
Text Example
Text Example
White with #B051E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051E3; }
p { color: rgb(176,81,227); }
H1.HeaderClassName
{
color: #B051E3;
}
.AnyTagClassName
{
color: #B051E3;
}
</style>
background-color css
<style>
a { background-color: #B051E3; }
a { background-color: rgb(176,81,227); }
div.DivClassName
{
background-color: #B051E3;
}
.BgClassName
{
background-color: #B051E3;
}
</style>
border-color css
<style>
span { border-color: #B051E3; }
span { border-color: rgb(176,81,227); }
td.TdClassName
{
border-color: #B051E3;
}
.TagClassName
{
border-color: #B051E3;
}
</style>