Shades of Medium Orchid #BD32F6
Tints of Medium Orchid #BD32F6
RGB
CMYK
RGB Variations
Color information
#BD32F6 (or 0xBD32F6) is known color: Medium Orchid. HEX triplet: BD, 32 and F6. RGB value is (189,50,246). Sum of RGB (Red+Green+Blue) = 189+50+246=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD32F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD32F6 is #42CD09. Grayscale: #717171. Windows color (decimal): -4377866 or 16134845. OLE color: 16134845.
HSL color Cylindrical-coordinate representation of color #BD32F6: hue angle of 282.55º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD32F6 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 50 | 246 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.04 |
| HSL | 282.55º | 0.92% | 0.58% | - |
| HSV(B) | 282.55º | 0.8% | 0.96% | - |
| XYZ | 38.76 | 19.75 | 88.96 | - |
| YUV | 113.91 | 202.55 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 246 | 0.23 | 0.80 | 0 | 0.04 | 282.55 | 0.92 | 0.58 |
| Hex | BD | 32 | F6 | 17 | 50 | 0 | 4 | 11B | 5C | 3A |
| Octal | 275 | 62 | 366 | 27 | 120 | 0 | 4 | 433 | 134 | 72 |
| Binary | 10111101 | 110010 | 11110110 | 10111 | 1010000 | 0 | 100 | 100011011 | 1011100 | 111010 |
Color Harmonies of #BD32F6
Complementary color
Monochromatic Colors of #BD32F6
Black with #BD32F6
Text Example
Text Example
White with #BD32F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32F6; }
p { color: rgb(189,50,246); }
H1.HeaderClassName
{
color: #BD32F6;
}
.AnyTagClassName
{
color: #BD32F6;
}
</style>
background-color css
<style>
a { background-color: #BD32F6; }
a { background-color: rgb(189,50,246); }
div.DivClassName
{
background-color: #BD32F6;
}
.BgClassName
{
background-color: #BD32F6;
}
</style>
border-color css
<style>
span { border-color: #BD32F6; }
span { border-color: rgb(189,50,246); }
td.TdClassName
{
border-color: #BD32F6;
}
.TagClassName
{
border-color: #BD32F6;
}
</style>