Shades of Medium Orchid #B352EC
Tints of Medium Orchid #B352EC
RGB
CMYK
RGB Variations
Color information
#B352EC (or 0xB352EC) is known color: Medium Orchid. HEX triplet: B3, 52 and EC. RGB value is (179,82,236). Sum of RGB (Red+Green+Blue) = 179+82+236=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #B352EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B352EC is #4CAD13. Grayscale: #808080. Windows color (decimal): -5025044 or 15487667. OLE color: 15487667.
HSL color Cylindrical-coordinate representation of color #B352EC: hue angle of 277.79º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B352EC is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 82 | 236 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.07 |
| HSL | 277.79º | 0.8% | 0.62% | - |
| HSV(B) | 277.79º | 0.65% | 0.93% | - |
| XYZ | 36.75 | 21.67 | 81.6 | - |
| YUV | 128.56 | 188.64 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 236 | 0.24 | 0.65 | 0 | 0.07 | 277.79 | 0.8 | 0.62 |
| Hex | B3 | 52 | EC | 18 | 41 | 0 | 7 | 116 | 50 | 3E |
| Octal | 263 | 122 | 354 | 30 | 101 | 0 | 7 | 426 | 120 | 76 |
| Binary | 10110011 | 1010010 | 11101100 | 11000 | 1000001 | 0 | 111 | 100010110 | 1010000 | 111110 |
Color Harmonies of #B352EC
Complementary color
Monochromatic Colors of #B352EC
Black with #B352EC
Text Example
Text Example
White with #B352EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B352EC; }
p { color: rgb(179,82,236); }
H1.HeaderClassName
{
color: #B352EC;
}
.AnyTagClassName
{
color: #B352EC;
}
</style>
background-color css
<style>
a { background-color: #B352EC; }
a { background-color: rgb(179,82,236); }
div.DivClassName
{
background-color: #B352EC;
}
.BgClassName
{
background-color: #B352EC;
}
</style>
border-color css
<style>
span { border-color: #B352EC; }
span { border-color: rgb(179,82,236); }
td.TdClassName
{
border-color: #B352EC;
}
.TagClassName
{
border-color: #B352EC;
}
</style>