Shades of Medium Orchid #BD32EB
Tints of Medium Orchid #BD32EB
RGB
CMYK
RGB Variations
Color information
#BD32EB (or 0xBD32EB) is known color: Medium Orchid. HEX triplet: BD, 32 and EB. RGB value is (189,50,235). Sum of RGB (Red+Green+Blue) = 189+50+235=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD32EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD32EB is #42CD14. Grayscale: #707070. Windows color (decimal): -4377877 or 15413949. OLE color: 15413949.
HSL color Cylindrical-coordinate representation of color #BD32EB: hue angle of 285.08º degrees, saturation: 0.82, 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 #BD32EB is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 50 | 235 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.08 |
| HSL | 285.08º | 0.82% | 0.56% | - |
| HSV(B) | 285.08º | 0.79% | 0.92% | - |
| XYZ | 37.12 | 19.1 | 80.33 | - |
| YUV | 112.65 | 197.05 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 235 | 0.20 | 0.79 | 0 | 0.08 | 285.08 | 0.82 | 0.56 |
| Hex | BD | 32 | EB | 14 | 4F | 0 | 8 | 11D | 52 | 38 |
| Octal | 275 | 62 | 353 | 24 | 117 | 0 | 10 | 435 | 122 | 70 |
| Binary | 10111101 | 110010 | 11101011 | 10100 | 1001111 | 0 | 1000 | 100011101 | 1010010 | 111000 |
Color Harmonies of #BD32EB
Complementary color
Monochromatic Colors of #BD32EB
Black with #BD32EB
Text Example
Text Example
White with #BD32EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32EB; }
p { color: rgb(189,50,235); }
H1.HeaderClassName
{
color: #BD32EB;
}
.AnyTagClassName
{
color: #BD32EB;
}
</style>
background-color css
<style>
a { background-color: #BD32EB; }
a { background-color: rgb(189,50,235); }
div.DivClassName
{
background-color: #BD32EB;
}
.BgClassName
{
background-color: #BD32EB;
}
</style>
border-color css
<style>
span { border-color: #BD32EB; }
span { border-color: rgb(189,50,235); }
td.TdClassName
{
border-color: #BD32EB;
}
.TagClassName
{
border-color: #BD32EB;
}
</style>