Shades of Medium Orchid #BD41DA
Tints of Medium Orchid #BD41DA
RGB
CMYK
RGB Variations
Color information
#BD41DA (or 0xBD41DA) is known color: Medium Orchid. HEX triplet: BD, 41 and DA. RGB value is (189,65,218). Sum of RGB (Red+Green+Blue) = 189+65+218=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD41DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD41DA is #42BE25. Grayscale: #777777. Windows color (decimal): -4374054 or 14303677. OLE color: 14303677.
HSL color Cylindrical-coordinate representation of color #BD41DA: hue angle of 288.63º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD41DA is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 65 | 218 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.15 |
| HSL | 288.63º | 0.67% | 0.55% | - |
| HSV(B) | 288.63º | 0.7% | 0.85% | - |
| XYZ | 35.53 | 19.66 | 68.25 | - |
| YUV | 119.52 | 183.58 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 218 | 0.13 | 0.70 | 0 | 0.15 | 288.63 | 0.67 | 0.55 |
| Hex | BD | 41 | DA | D | 46 | 0 | F | 121 | 43 | 37 |
| Octal | 275 | 101 | 332 | 15 | 106 | 0 | 17 | 441 | 103 | 67 |
| Binary | 10111101 | 1000001 | 11011010 | 1101 | 1000110 | 0 | 1111 | 100100001 | 1000011 | 110111 |
Color Harmonies of #BD41DA
Complementary color
Monochromatic Colors of #BD41DA
Black with #BD41DA
Text Example
Text Example
White with #BD41DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD41DA; }
p { color: rgb(189,65,218); }
H1.HeaderClassName
{
color: #BD41DA;
}
.AnyTagClassName
{
color: #BD41DA;
}
</style>
background-color css
<style>
a { background-color: #BD41DA; }
a { background-color: rgb(189,65,218); }
div.DivClassName
{
background-color: #BD41DA;
}
.BgClassName
{
background-color: #BD41DA;
}
</style>
border-color css
<style>
span { border-color: #BD41DA; }
span { border-color: rgb(189,65,218); }
td.TdClassName
{
border-color: #BD41DA;
}
.TagClassName
{
border-color: #BD41DA;
}
</style>