Shades of Medium Orchid #B832E9
Tints of Medium Orchid #B832E9
RGB
CMYK
RGB Variations
Color information
#B832E9 (or 0xB832E9) is known color: Medium Orchid. HEX triplet: B8, 32 and E9. RGB value is (184,50,233). Sum of RGB (Red+Green+Blue) = 184+50+233=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #B832E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B832E9 is #47CD16. Grayscale: #6E6E6E. Windows color (decimal): -4705559 or 15282872. OLE color: 15282872.
HSL color Cylindrical-coordinate representation of color #B832E9: hue angle of 283.93º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B832E9 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 50 | 233 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.09 |
| HSL | 283.93º | 0.81% | 0.55% | - |
| HSV(B) | 283.93º | 0.79% | 0.91% | - |
| XYZ | 35.62 | 18.35 | 78.76 | - |
| YUV | 110.93 | 196.89 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 233 | 0.21 | 0.79 | 0 | 0.09 | 283.93 | 0.81 | 0.55 |
| Hex | B8 | 32 | E9 | 15 | 4F | 0 | 9 | 11C | 51 | 37 |
| Octal | 270 | 62 | 351 | 25 | 117 | 0 | 11 | 434 | 121 | 67 |
| Binary | 10111000 | 110010 | 11101001 | 10101 | 1001111 | 0 | 1001 | 100011100 | 1010001 | 110111 |
Color Harmonies of #B832E9
Complementary color
Monochromatic Colors of #B832E9
Black with #B832E9
Text Example
Text Example
White with #B832E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B832E9; }
p { color: rgb(184,50,233); }
H1.HeaderClassName
{
color: #B832E9;
}
.AnyTagClassName
{
color: #B832E9;
}
</style>
background-color css
<style>
a { background-color: #B832E9; }
a { background-color: rgb(184,50,233); }
div.DivClassName
{
background-color: #B832E9;
}
.BgClassName
{
background-color: #B832E9;
}
</style>
border-color css
<style>
span { border-color: #B832E9; }
span { border-color: rgb(184,50,233); }
td.TdClassName
{
border-color: #B832E9;
}
.TagClassName
{
border-color: #B832E9;
}
</style>