Shades of Medium Orchid #BD41F4
Tints of Medium Orchid #BD41F4
RGB
CMYK
RGB Variations
Color information
#BD41F4 (or 0xBD41F4) is known color: Medium Orchid. HEX triplet: BD, 41 and F4. RGB value is (189,65,244). Sum of RGB (Red+Green+Blue) = 189+65+244=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 244 (95.70% from 255 or 49.00% from 498); Max value from RGB is 244 - color contains mainly: blue. Hex color #BD41F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD41F4 is #42BE0B. Grayscale: #797979. Windows color (decimal): -4374028 or 16007613. OLE color: 16007613.
HSL color Cylindrical-coordinate representation of color #BD41F4: hue angle of 281.56º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD41F4 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 65 | 244 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.04 |
| HSL | 281.56º | 0.89% | 0.61% | - |
| HSV(B) | 281.56º | 0.73% | 0.96% | - |
| XYZ | 39.21 | 21.13 | 87.6 | - |
| YUV | 122.48 | 196.58 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 244 | 0.23 | 0.73 | 0 | 0.04 | 281.56 | 0.89 | 0.61 |
| Hex | BD | 41 | F4 | 17 | 49 | 0 | 4 | 11A | 59 | 3D |
| Octal | 275 | 101 | 364 | 27 | 111 | 0 | 4 | 432 | 131 | 75 |
| Binary | 10111101 | 1000001 | 11110100 | 10111 | 1001001 | 0 | 100 | 100011010 | 1011001 | 111101 |
Color Harmonies of #BD41F4
Complementary color
Monochromatic Colors of #BD41F4
Black with #BD41F4
Text Example
Text Example
White with #BD41F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD41F4; }
p { color: rgb(189,65,244); }
H1.HeaderClassName
{
color: #BD41F4;
}
.AnyTagClassName
{
color: #BD41F4;
}
</style>
background-color css
<style>
a { background-color: #BD41F4; }
a { background-color: rgb(189,65,244); }
div.DivClassName
{
background-color: #BD41F4;
}
.BgClassName
{
background-color: #BD41F4;
}
</style>
border-color css
<style>
span { border-color: #BD41F4; }
span { border-color: rgb(189,65,244); }
td.TdClassName
{
border-color: #BD41F4;
}
.TagClassName
{
border-color: #BD41F4;
}
</style>