Shades of Medium Orchid #B935E3
Tints of Medium Orchid #B935E3
RGB
CMYK
RGB Variations
Color information
#B935E3 (or 0xB935E3) is known color: Medium Orchid. HEX triplet: B9, 35 and E3. RGB value is (185,53,227). Sum of RGB (Red+Green+Blue) = 185+53+227=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 227 - color contains mainly: blue. Hex color #B935E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935E3 is #46CA1C. Grayscale: #6F6F6F. Windows color (decimal): -4639261 or 14890425. OLE color: 14890425.
HSL color Cylindrical-coordinate representation of color #B935E3: hue angle of 285.52º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B935E3 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 53 | 227 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.11 |
| HSL | 285.52º | 0.76% | 0.55% | - |
| HSV(B) | 285.52º | 0.77% | 0.89% | - |
| XYZ | 35.15 | 18.41 | 74.37 | - |
| YUV | 112.3 | 192.73 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 227 | 0.19 | 0.77 | 0 | 0.11 | 285.52 | 0.76 | 0.55 |
| Hex | B9 | 35 | E3 | 13 | 4D | 0 | B | 11E | 4C | 37 |
| Octal | 271 | 65 | 343 | 23 | 115 | 0 | 13 | 436 | 114 | 67 |
| Binary | 10111001 | 110101 | 11100011 | 10011 | 1001101 | 0 | 1011 | 100011110 | 1001100 | 110111 |
Color Harmonies of #B935E3
Complementary color
Monochromatic Colors of #B935E3
Black with #B935E3
Text Example
Text Example
White with #B935E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935E3; }
p { color: rgb(185,53,227); }
H1.HeaderClassName
{
color: #B935E3;
}
.AnyTagClassName
{
color: #B935E3;
}
</style>
background-color css
<style>
a { background-color: #B935E3; }
a { background-color: rgb(185,53,227); }
div.DivClassName
{
background-color: #B935E3;
}
.BgClassName
{
background-color: #B935E3;
}
</style>
border-color css
<style>
span { border-color: #B935E3; }
span { border-color: rgb(185,53,227); }
td.TdClassName
{
border-color: #B935E3;
}
.TagClassName
{
border-color: #B935E3;
}
</style>