Shades of Medium Orchid #B051EE
Tints of Medium Orchid #B051EE
RGB
CMYK
RGB Variations
Color information
#B051EE (or 0xB051EE) is known color: Medium Orchid. HEX triplet: B0, 51 and EE. RGB value is (176,81,238). Sum of RGB (Red+Green+Blue) = 176+81+238=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #B051EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B051EE is #4FAE11. Grayscale: #7E7E7E. Windows color (decimal): -5221906 or 15618480. OLE color: 15618480.
HSL color Cylindrical-coordinate representation of color #B051EE: hue angle of 276.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B051EE is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 81 | 238 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.07 |
| HSL | 276.31º | 0.82% | 0.63% | - |
| HSV(B) | 276.31º | 0.66% | 0.93% | - |
| XYZ | 36.28 | 21.29 | 83.09 | - |
| YUV | 127.3 | 190.47 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 238 | 0.26 | 0.66 | 0 | 0.07 | 276.31 | 0.82 | 0.63 |
| Hex | B0 | 51 | EE | 1A | 42 | 0 | 7 | 114 | 52 | 3F |
| Octal | 260 | 121 | 356 | 32 | 102 | 0 | 7 | 424 | 122 | 77 |
| Binary | 10110000 | 1010001 | 11101110 | 11010 | 1000010 | 0 | 111 | 100010100 | 1010010 | 111111 |
Color Harmonies of #B051EE
Complementary color
Monochromatic Colors of #B051EE
Black with #B051EE
Text Example
Text Example
White with #B051EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051EE; }
p { color: rgb(176,81,238); }
H1.HeaderClassName
{
color: #B051EE;
}
.AnyTagClassName
{
color: #B051EE;
}
</style>
background-color css
<style>
a { background-color: #B051EE; }
a { background-color: rgb(176,81,238); }
div.DivClassName
{
background-color: #B051EE;
}
.BgClassName
{
background-color: #B051EE;
}
</style>
border-color css
<style>
span { border-color: #B051EE; }
span { border-color: rgb(176,81,238); }
td.TdClassName
{
border-color: #B051EE;
}
.TagClassName
{
border-color: #B051EE;
}
</style>