Shades of Medium Orchid #B952EC
Tints of Medium Orchid #B952EC
RGB
CMYK
RGB Variations
Color information
#B952EC (or 0xB952EC) is known color: Medium Orchid. HEX triplet: B9, 52 and EC. RGB value is (185,82,236). Sum of RGB (Red+Green+Blue) = 185+82+236=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #B952EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B952EC is #46AD13. Grayscale: #818181. Windows color (decimal): -4631828 or 15487673. OLE color: 15487673.
HSL color Cylindrical-coordinate representation of color #B952EC: hue angle of 280.13º 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 #B952EC is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 82 | 236 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.07 |
| HSL | 280.13º | 0.8% | 0.62% | - |
| HSV(B) | 280.13º | 0.65% | 0.93% | - |
| XYZ | 38.17 | 22.41 | 81.67 | - |
| YUV | 130.35 | 187.62 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 236 | 0.22 | 0.65 | 0 | 0.07 | 280.13 | 0.8 | 0.62 |
| Hex | B9 | 52 | EC | 16 | 41 | 0 | 7 | 118 | 50 | 3E |
| Octal | 271 | 122 | 354 | 26 | 101 | 0 | 7 | 430 | 120 | 76 |
| Binary | 10111001 | 1010010 | 11101100 | 10110 | 1000001 | 0 | 111 | 100011000 | 1010000 | 111110 |
Color Harmonies of #B952EC
Complementary color
Monochromatic Colors of #B952EC
Black with #B952EC
Text Example
Text Example
White with #B952EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B952EC; }
p { color: rgb(185,82,236); }
H1.HeaderClassName
{
color: #B952EC;
}
.AnyTagClassName
{
color: #B952EC;
}
</style>
background-color css
<style>
a { background-color: #B952EC; }
a { background-color: rgb(185,82,236); }
div.DivClassName
{
background-color: #B952EC;
}
.BgClassName
{
background-color: #B952EC;
}
</style>
border-color css
<style>
span { border-color: #B952EC; }
span { border-color: rgb(185,82,236); }
td.TdClassName
{
border-color: #B952EC;
}
.TagClassName
{
border-color: #B952EC;
}
</style>