Shades of Medium Orchid #BD32F4
Tints of Medium Orchid #BD32F4
RGB
CMYK
RGB Variations
Color information
#BD32F4 (or 0xBD32F4) is known color: Medium Orchid. HEX triplet: BD, 32 and F4. RGB value is (189,50,244). Sum of RGB (Red+Green+Blue) = 189+50+244=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #BD32F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD32F4 is #42CD0B. Grayscale: #717171. Windows color (decimal): -4377868 or 16003773. OLE color: 16003773.
HSL color Cylindrical-coordinate representation of color #BD32F4: hue angle of 282.99º degrees, saturation: 0.9, 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 #BD32F4 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 50 | 244 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.04 |
| HSL | 282.99º | 0.9% | 0.58% | - |
| HSV(B) | 282.99º | 0.8% | 0.96% | - |
| XYZ | 38.46 | 19.63 | 87.35 | - |
| YUV | 113.68 | 201.55 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 244 | 0.23 | 0.80 | 0 | 0.04 | 282.99 | 0.9 | 0.58 |
| Hex | BD | 32 | F4 | 17 | 50 | 0 | 4 | 11B | 5A | 3A |
| Octal | 275 | 62 | 364 | 27 | 120 | 0 | 4 | 433 | 132 | 72 |
| Binary | 10111101 | 110010 | 11110100 | 10111 | 1010000 | 0 | 100 | 100011011 | 1011010 | 111010 |
Color Harmonies of #BD32F4
Complementary color
Monochromatic Colors of #BD32F4
Black with #BD32F4
Text Example
Text Example
White with #BD32F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32F4; }
p { color: rgb(189,50,244); }
H1.HeaderClassName
{
color: #BD32F4;
}
.AnyTagClassName
{
color: #BD32F4;
}
</style>
background-color css
<style>
a { background-color: #BD32F4; }
a { background-color: rgb(189,50,244); }
div.DivClassName
{
background-color: #BD32F4;
}
.BgClassName
{
background-color: #BD32F4;
}
</style>
border-color css
<style>
span { border-color: #BD32F4; }
span { border-color: rgb(189,50,244); }
td.TdClassName
{
border-color: #BD32F4;
}
.TagClassName
{
border-color: #BD32F4;
}
</style>