Shades of Medium Orchid #B935ED
Tints of Medium Orchid #B935ED
RGB
CMYK
RGB Variations
Color information
#B935ED (or 0xB935ED) is known color: Medium Orchid. HEX triplet: B9, 35 and ED. RGB value is (185,53,237). Sum of RGB (Red+Green+Blue) = 185+53+237=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 53 (21.09% from 255 or 11.16% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #B935ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B935ED is #46CA12. Grayscale: #707070. Windows color (decimal): -4639251 or 15545785. OLE color: 15545785.
HSL color Cylindrical-coordinate representation of color #B935ED: hue angle of 283.04º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B935ED is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 53 | 237 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.07 |
| HSL | 283.04º | 0.84% | 0.57% | - |
| HSV(B) | 283.04º | 0.78% | 0.93% | - |
| XYZ | 36.57 | 18.97 | 81.86 | - |
| YUV | 113.44 | 197.73 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 237 | 0.22 | 0.78 | 0 | 0.07 | 283.04 | 0.84 | 0.57 |
| Hex | B9 | 35 | ED | 16 | 4E | 0 | 7 | 11B | 54 | 39 |
| Octal | 271 | 65 | 355 | 26 | 116 | 0 | 7 | 433 | 124 | 71 |
| Binary | 10111001 | 110101 | 11101101 | 10110 | 1001110 | 0 | 111 | 100011011 | 1010100 | 111001 |
Color Harmonies of #B935ED
Complementary color
Monochromatic Colors of #B935ED
Black with #B935ED
Text Example
Text Example
White with #B935ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935ED; }
p { color: rgb(185,53,237); }
H1.HeaderClassName
{
color: #B935ED;
}
.AnyTagClassName
{
color: #B935ED;
}
</style>
background-color css
<style>
a { background-color: #B935ED; }
a { background-color: rgb(185,53,237); }
div.DivClassName
{
background-color: #B935ED;
}
.BgClassName
{
background-color: #B935ED;
}
</style>
border-color css
<style>
span { border-color: #B935ED; }
span { border-color: rgb(185,53,237); }
td.TdClassName
{
border-color: #B935ED;
}
.TagClassName
{
border-color: #B935ED;
}
</style>