Shades of Medium Orchid #B351EC
Tints of Medium Orchid #B351EC
RGB
CMYK
RGB Variations
Color information
#B351EC (or 0xB351EC) is known color: Medium Orchid. HEX triplet: B3, 51 and EC. RGB value is (179,81,236). Sum of RGB (Red+Green+Blue) = 179+81+236=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #B351EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B351EC is #4CAE13. Grayscale: #7F7F7F. Windows color (decimal): -5025300 or 15487411. OLE color: 15487411.
HSL color Cylindrical-coordinate representation of color #B351EC: hue angle of 277.94º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B351EC is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 81 | 236 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.07 |
| HSL | 277.94º | 0.8% | 0.62% | - |
| HSV(B) | 277.94º | 0.66% | 0.93% | - |
| XYZ | 36.67 | 21.52 | 81.58 | - |
| YUV | 127.97 | 188.97 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 236 | 0.24 | 0.66 | 0 | 0.07 | 277.94 | 0.8 | 0.62 |
| Hex | B3 | 51 | EC | 18 | 42 | 0 | 7 | 116 | 50 | 3E |
| Octal | 263 | 121 | 354 | 30 | 102 | 0 | 7 | 426 | 120 | 76 |
| Binary | 10110011 | 1010001 | 11101100 | 11000 | 1000010 | 0 | 111 | 100010110 | 1010000 | 111110 |
Color Harmonies of #B351EC
Complementary color
Monochromatic Colors of #B351EC
Black with #B351EC
Text Example
Text Example
White with #B351EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B351EC; }
p { color: rgb(179,81,236); }
H1.HeaderClassName
{
color: #B351EC;
}
.AnyTagClassName
{
color: #B351EC;
}
</style>
background-color css
<style>
a { background-color: #B351EC; }
a { background-color: rgb(179,81,236); }
div.DivClassName
{
background-color: #B351EC;
}
.BgClassName
{
background-color: #B351EC;
}
</style>
border-color css
<style>
span { border-color: #B351EC; }
span { border-color: rgb(179,81,236); }
td.TdClassName
{
border-color: #B351EC;
}
.TagClassName
{
border-color: #B351EC;
}
</style>