Shades of Medium Orchid #B932E3
Tints of Medium Orchid #B932E3
RGB
CMYK
RGB Variations
Color information
#B932E3 (or 0xB932E3) is known color: Medium Orchid. HEX triplet: B9, 32 and E3. RGB value is (185,50,227). Sum of RGB (Red+Green+Blue) = 185+50+227=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 227 (89.06% from 255 or 49.13% from 462); Max value from RGB is 227 - color contains mainly: blue. Hex color #B932E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932E3 is #46CD1C. Grayscale: #6D6D6D. Windows color (decimal): -4640029 or 14889657. OLE color: 14889657.
HSL color Cylindrical-coordinate representation of color #B932E3: hue angle of 285.76º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B932E3 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 50 | 227 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.11 |
| HSL | 285.76º | 0.76% | 0.54% | - |
| HSV(B) | 285.76º | 0.78% | 0.89% | - |
| XYZ | 35.01 | 18.14 | 74.33 | - |
| YUV | 110.54 | 193.73 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 227 | 0.19 | 0.78 | 0 | 0.11 | 285.76 | 0.76 | 0.54 |
| Hex | B9 | 32 | E3 | 13 | 4E | 0 | B | 11E | 4C | 36 |
| Octal | 271 | 62 | 343 | 23 | 116 | 0 | 13 | 436 | 114 | 66 |
| Binary | 10111001 | 110010 | 11100011 | 10011 | 1001110 | 0 | 1011 | 100011110 | 1001100 | 110110 |
Color Harmonies of #B932E3
Complementary color
Monochromatic Colors of #B932E3
Black with #B932E3
Text Example
Text Example
White with #B932E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B932E3; }
p { color: rgb(185,50,227); }
H1.HeaderClassName
{
color: #B932E3;
}
.AnyTagClassName
{
color: #B932E3;
}
</style>
background-color css
<style>
a { background-color: #B932E3; }
a { background-color: rgb(185,50,227); }
div.DivClassName
{
background-color: #B932E3;
}
.BgClassName
{
background-color: #B932E3;
}
</style>
border-color css
<style>
span { border-color: #B932E3; }
span { border-color: rgb(185,50,227); }
td.TdClassName
{
border-color: #B932E3;
}
.TagClassName
{
border-color: #B932E3;
}
</style>