Shades of Medium Orchid #B935EA
Tints of Medium Orchid #B935EA
RGB
CMYK
RGB Variations
Color information
#B935EA (or 0xB935EA) is known color: Medium Orchid. HEX triplet: B9, 35 and EA. RGB value is (185,53,234). Sum of RGB (Red+Green+Blue) = 185+53+234=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 53 (21.09% from 255 or 11.23% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #B935EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B935EA is #46CA15. Grayscale: #707070. Windows color (decimal): -4639254 or 15349177. OLE color: 15349177.
HSL color Cylindrical-coordinate representation of color #B935EA: hue angle of 283.76º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B935EA is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 53 | 234 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.08 |
| HSL | 283.76º | 0.81% | 0.56% | - |
| HSV(B) | 283.76º | 0.77% | 0.92% | - |
| XYZ | 36.13 | 18.8 | 79.57 | - |
| YUV | 113.1 | 196.23 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 234 | 0.21 | 0.77 | 0 | 0.08 | 283.76 | 0.81 | 0.56 |
| Hex | B9 | 35 | EA | 15 | 4D | 0 | 8 | 11C | 51 | 38 |
| Octal | 271 | 65 | 352 | 25 | 115 | 0 | 10 | 434 | 121 | 70 |
| Binary | 10111001 | 110101 | 11101010 | 10101 | 1001101 | 0 | 1000 | 100011100 | 1010001 | 111000 |
Color Harmonies of #B935EA
Complementary color
Monochromatic Colors of #B935EA
Black with #B935EA
Text Example
Text Example
White with #B935EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935EA; }
p { color: rgb(185,53,234); }
H1.HeaderClassName
{
color: #B935EA;
}
.AnyTagClassName
{
color: #B935EA;
}
</style>
background-color css
<style>
a { background-color: #B935EA; }
a { background-color: rgb(185,53,234); }
div.DivClassName
{
background-color: #B935EA;
}
.BgClassName
{
background-color: #B935EA;
}
</style>
border-color css
<style>
span { border-color: #B935EA; }
span { border-color: rgb(185,53,234); }
td.TdClassName
{
border-color: #B935EA;
}
.TagClassName
{
border-color: #B935EA;
}
</style>