Shades of Medium Orchid #B935EE
Tints of Medium Orchid #B935EE
RGB
CMYK
RGB Variations
Color information
#B935EE (or 0xB935EE) is known color: Medium Orchid. HEX triplet: B9, 35 and EE. RGB value is (185,53,238). Sum of RGB (Red+Green+Blue) = 185+53+238=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 53 (21.09% from 255 or 11.13% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #B935EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B935EE is #46CA11. Grayscale: #707070. Windows color (decimal): -4639250 or 15611321. OLE color: 15611321.
HSL color Cylindrical-coordinate representation of color #B935EE: hue angle of 282.81º 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 #B935EE is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 53 | 238 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.07 |
| HSL | 282.81º | 0.84% | 0.57% | - |
| HSV(B) | 282.81º | 0.78% | 0.93% | - |
| XYZ | 36.71 | 19.03 | 82.63 | - |
| YUV | 113.56 | 198.23 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 238 | 0.22 | 0.78 | 0 | 0.07 | 282.81 | 0.84 | 0.57 |
| Hex | B9 | 35 | EE | 16 | 4E | 0 | 7 | 11B | 54 | 39 |
| Octal | 271 | 65 | 356 | 26 | 116 | 0 | 7 | 433 | 124 | 71 |
| Binary | 10111001 | 110101 | 11101110 | 10110 | 1001110 | 0 | 111 | 100011011 | 1010100 | 111001 |
Color Harmonies of #B935EE
Complementary color
Monochromatic Colors of #B935EE
Black with #B935EE
Text Example
Text Example
White with #B935EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935EE; }
p { color: rgb(185,53,238); }
H1.HeaderClassName
{
color: #B935EE;
}
.AnyTagClassName
{
color: #B935EE;
}
</style>
background-color css
<style>
a { background-color: #B935EE; }
a { background-color: rgb(185,53,238); }
div.DivClassName
{
background-color: #B935EE;
}
.BgClassName
{
background-color: #B935EE;
}
</style>
border-color css
<style>
span { border-color: #B935EE; }
span { border-color: rgb(185,53,238); }
td.TdClassName
{
border-color: #B935EE;
}
.TagClassName
{
border-color: #B935EE;
}
</style>