Shades of Medium Orchid #BD4DDA
Tints of Medium Orchid #BD4DDA
RGB
CMYK
RGB Variations
Color information
#BD4DDA (or 0xBD4DDA) is known color: Medium Orchid. HEX triplet: BD, 4D and DA. RGB value is (189,77,218). Sum of RGB (Red+Green+Blue) = 189+77+218=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD4DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DDA is #42B225. Grayscale: #7E7E7E. Windows color (decimal): -4370982 or 14306749. OLE color: 14306749.
HSL color Cylindrical-coordinate representation of color #BD4DDA: hue angle of 287.66º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4DDA is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 77 | 218 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.15 |
| HSL | 287.66º | 0.66% | 0.58% | - |
| HSV(B) | 287.66º | 0.65% | 0.85% | - |
| XYZ | 36.3 | 21.19 | 68.51 | - |
| YUV | 126.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 218 | 0.13 | 0.65 | 0 | 0.15 | 287.66 | 0.66 | 0.58 |
| Hex | BD | 4D | DA | D | 41 | 0 | F | 120 | 42 | 3A |
| Octal | 275 | 115 | 332 | 15 | 101 | 0 | 17 | 440 | 102 | 72 |
| Binary | 10111101 | 1001101 | 11011010 | 1101 | 1000001 | 0 | 1111 | 100100000 | 1000010 | 111010 |
Color Harmonies of #BD4DDA
Complementary color
Monochromatic Colors of #BD4DDA
Black with #BD4DDA
Text Example
Text Example
White with #BD4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DDA; }
p { color: rgb(189,77,218); }
H1.HeaderClassName
{
color: #BD4DDA;
}
.AnyTagClassName
{
color: #BD4DDA;
}
</style>
background-color css
<style>
a { background-color: #BD4DDA; }
a { background-color: rgb(189,77,218); }
div.DivClassName
{
background-color: #BD4DDA;
}
.BgClassName
{
background-color: #BD4DDA;
}
</style>
border-color css
<style>
span { border-color: #BD4DDA; }
span { border-color: rgb(189,77,218); }
td.TdClassName
{
border-color: #BD4DDA;
}
.TagClassName
{
border-color: #BD4DDA;
}
</style>