Shades of Medium Orchid #BD32F0
Tints of Medium Orchid #BD32F0
RGB
CMYK
RGB Variations
Color information
#BD32F0 (or 0xBD32F0) is known color: Medium Orchid. HEX triplet: BD, 32 and F0. RGB value is (189,50,240). Sum of RGB (Red+Green+Blue) = 189+50+240=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD32F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD32F0 is #42CD0F. Grayscale: #707070. Windows color (decimal): -4377872 or 15741629. OLE color: 15741629.
HSL color Cylindrical-coordinate representation of color #BD32F0: hue angle of 283.89º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD32F0 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 50 | 240 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.06 |
| HSL | 283.89º | 0.86% | 0.57% | - |
| HSV(B) | 283.89º | 0.79% | 0.94% | - |
| XYZ | 37.86 | 19.39 | 84.19 | - |
| YUV | 113.22 | 199.55 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 240 | 0.21 | 0.79 | 0 | 0.06 | 283.89 | 0.86 | 0.57 |
| Hex | BD | 32 | F0 | 15 | 4F | 0 | 6 | 11C | 56 | 39 |
| Octal | 275 | 62 | 360 | 25 | 117 | 0 | 6 | 434 | 126 | 71 |
| Binary | 10111101 | 110010 | 11110000 | 10101 | 1001111 | 0 | 110 | 100011100 | 1010110 | 111001 |
Color Harmonies of #BD32F0
Complementary color
Monochromatic Colors of #BD32F0
Black with #BD32F0
Text Example
Text Example
White with #BD32F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32F0; }
p { color: rgb(189,50,240); }
H1.HeaderClassName
{
color: #BD32F0;
}
.AnyTagClassName
{
color: #BD32F0;
}
</style>
background-color css
<style>
a { background-color: #BD32F0; }
a { background-color: rgb(189,50,240); }
div.DivClassName
{
background-color: #BD32F0;
}
.BgClassName
{
background-color: #BD32F0;
}
</style>
border-color css
<style>
span { border-color: #BD32F0; }
span { border-color: rgb(189,50,240); }
td.TdClassName
{
border-color: #BD32F0;
}
.TagClassName
{
border-color: #BD32F0;
}
</style>