Shades of Medium Orchid #BD32EA
Tints of Medium Orchid #BD32EA
RGB
CMYK
RGB Variations
Color information
#BD32EA (or 0xBD32EA) is known color: Medium Orchid. HEX triplet: BD, 32 and EA. RGB value is (189,50,234). Sum of RGB (Red+Green+Blue) = 189+50+234=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD32EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD32EA is #42CD15. Grayscale: #6F6F6F. Windows color (decimal): -4377878 or 15348413. OLE color: 15348413.
HSL color Cylindrical-coordinate representation of color #BD32EA: hue angle of 285.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD32EA is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 50 | 234 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.08 |
| HSL | 285.33º | 0.81% | 0.56% | - |
| HSV(B) | 285.33º | 0.79% | 0.92% | - |
| XYZ | 36.98 | 19.04 | 79.57 | - |
| YUV | 112.54 | 196.55 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 234 | 0.19 | 0.79 | 0 | 0.08 | 285.33 | 0.81 | 0.56 |
| Hex | BD | 32 | EA | 13 | 4F | 0 | 8 | 11D | 51 | 38 |
| Octal | 275 | 62 | 352 | 23 | 117 | 0 | 10 | 435 | 121 | 70 |
| Binary | 10111101 | 110010 | 11101010 | 10011 | 1001111 | 0 | 1000 | 100011101 | 1010001 | 111000 |
Color Harmonies of #BD32EA
Complementary color
Monochromatic Colors of #BD32EA
Black with #BD32EA
Text Example
Text Example
White with #BD32EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32EA; }
p { color: rgb(189,50,234); }
H1.HeaderClassName
{
color: #BD32EA;
}
.AnyTagClassName
{
color: #BD32EA;
}
</style>
background-color css
<style>
a { background-color: #BD32EA; }
a { background-color: rgb(189,50,234); }
div.DivClassName
{
background-color: #BD32EA;
}
.BgClassName
{
background-color: #BD32EA;
}
</style>
border-color css
<style>
span { border-color: #BD32EA; }
span { border-color: rgb(189,50,234); }
td.TdClassName
{
border-color: #BD32EA;
}
.TagClassName
{
border-color: #BD32EA;
}
</style>