Shades of Medium Orchid #B752EC
Tints of Medium Orchid #B752EC
RGB
CMYK
RGB Variations
Color information
#B752EC (or 0xB752EC) is known color: Medium Orchid. HEX triplet: B7, 52 and EC. RGB value is (183,82,236). Sum of RGB (Red+Green+Blue) = 183+82+236=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #B752EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B752EC is #48AD13. Grayscale: #818181. Windows color (decimal): -4762900 or 15487671. OLE color: 15487671.
HSL color Cylindrical-coordinate representation of color #B752EC: hue angle of 279.35º 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 #B752EC is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 82 | 236 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.07 |
| HSL | 279.35º | 0.8% | 0.62% | - |
| HSV(B) | 279.35º | 0.65% | 0.93% | - |
| XYZ | 37.69 | 22.16 | 81.65 | - |
| YUV | 129.76 | 187.96 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 236 | 0.22 | 0.65 | 0 | 0.07 | 279.35 | 0.8 | 0.62 |
| Hex | B7 | 52 | EC | 16 | 41 | 0 | 7 | 117 | 50 | 3E |
| Octal | 267 | 122 | 354 | 26 | 101 | 0 | 7 | 427 | 120 | 76 |
| Binary | 10110111 | 1010010 | 11101100 | 10110 | 1000001 | 0 | 111 | 100010111 | 1010000 | 111110 |
Color Harmonies of #B752EC
Complementary color
Monochromatic Colors of #B752EC
Black with #B752EC
Text Example
Text Example
White with #B752EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752EC; }
p { color: rgb(183,82,236); }
H1.HeaderClassName
{
color: #B752EC;
}
.AnyTagClassName
{
color: #B752EC;
}
</style>
background-color css
<style>
a { background-color: #B752EC; }
a { background-color: rgb(183,82,236); }
div.DivClassName
{
background-color: #B752EC;
}
.BgClassName
{
background-color: #B752EC;
}
</style>
border-color css
<style>
span { border-color: #B752EC; }
span { border-color: rgb(183,82,236); }
td.TdClassName
{
border-color: #B752EC;
}
.TagClassName
{
border-color: #B752EC;
}
</style>