Shades of Medium Orchid #BD32E6
Tints of Medium Orchid #BD32E6
RGB
CMYK
RGB Variations
Color information
#BD32E6 (or 0xBD32E6) is known color: Medium Orchid. HEX triplet: BD, 32 and E6. RGB value is (189,50,230). Sum of RGB (Red+Green+Blue) = 189+50+230=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD32E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD32E6 is #42CD19. Grayscale: #6F6F6F. Windows color (decimal): -4377882 or 15086269. OLE color: 15086269.
HSL color Cylindrical-coordinate representation of color #BD32E6: hue angle of 286.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD32E6 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 50 | 230 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.10 |
| HSL | 286.33º | 0.78% | 0.55% | - |
| HSV(B) | 286.33º | 0.78% | 0.9% | - |
| XYZ | 36.41 | 18.81 | 76.58 | - |
| YUV | 112.08 | 194.55 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 230 | 0.18 | 0.78 | 0 | 0.10 | 286.33 | 0.78 | 0.55 |
| Hex | BD | 32 | E6 | 12 | 4E | 0 | A | 11E | 4E | 37 |
| Octal | 275 | 62 | 346 | 22 | 116 | 0 | 12 | 436 | 116 | 67 |
| Binary | 10111101 | 110010 | 11100110 | 10010 | 1001110 | 0 | 1010 | 100011110 | 1001110 | 110111 |
Color Harmonies of #BD32E6
Complementary color
Monochromatic Colors of #BD32E6
Black with #BD32E6
Text Example
Text Example
White with #BD32E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32E6; }
p { color: rgb(189,50,230); }
H1.HeaderClassName
{
color: #BD32E6;
}
.AnyTagClassName
{
color: #BD32E6;
}
</style>
background-color css
<style>
a { background-color: #BD32E6; }
a { background-color: rgb(189,50,230); }
div.DivClassName
{
background-color: #BD32E6;
}
.BgClassName
{
background-color: #BD32E6;
}
</style>
border-color css
<style>
span { border-color: #BD32E6; }
span { border-color: rgb(189,50,230); }
td.TdClassName
{
border-color: #BD32E6;
}
.TagClassName
{
border-color: #BD32E6;
}
</style>