Shades of Medium Orchid #BD32E8
Tints of Medium Orchid #BD32E8
RGB
CMYK
RGB Variations
Color information
#BD32E8 (or 0xBD32E8) is known color: Medium Orchid. HEX triplet: BD, 32 and E8. RGB value is (189,50,232). Sum of RGB (Red+Green+Blue) = 189+50+232=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD32E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD32E8 is #42CD17. Grayscale: #6F6F6F. Windows color (decimal): -4377880 or 15217341. OLE color: 15217341.
HSL color Cylindrical-coordinate representation of color #BD32E8: hue angle of 285.82º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD32E8 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 50 | 232 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.09 |
| HSL | 285.82º | 0.8% | 0.55% | - |
| HSV(B) | 285.82º | 0.78% | 0.91% | - |
| XYZ | 36.69 | 18.93 | 78.06 | - |
| YUV | 112.31 | 195.55 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 232 | 0.19 | 0.78 | 0 | 0.09 | 285.82 | 0.8 | 0.55 |
| Hex | BD | 32 | E8 | 13 | 4E | 0 | 9 | 11E | 50 | 37 |
| Octal | 275 | 62 | 350 | 23 | 116 | 0 | 11 | 436 | 120 | 67 |
| Binary | 10111101 | 110010 | 11101000 | 10011 | 1001110 | 0 | 1001 | 100011110 | 1010000 | 110111 |
Color Harmonies of #BD32E8
Complementary color
Monochromatic Colors of #BD32E8
Black with #BD32E8
Text Example
Text Example
White with #BD32E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32E8; }
p { color: rgb(189,50,232); }
H1.HeaderClassName
{
color: #BD32E8;
}
.AnyTagClassName
{
color: #BD32E8;
}
</style>
background-color css
<style>
a { background-color: #BD32E8; }
a { background-color: rgb(189,50,232); }
div.DivClassName
{
background-color: #BD32E8;
}
.BgClassName
{
background-color: #BD32E8;
}
</style>
border-color css
<style>
span { border-color: #BD32E8; }
span { border-color: rgb(189,50,232); }
td.TdClassName
{
border-color: #BD32E8;
}
.TagClassName
{
border-color: #BD32E8;
}
</style>