Shades of Medium Orchid #BD3DDA
Tints of Medium Orchid #BD3DDA
RGB
CMYK
RGB Variations
Color information
#BD3DDA (or 0xBD3DDA) is known color: Medium Orchid. HEX triplet: BD, 3D and DA. RGB value is (189,61,218). Sum of RGB (Red+Green+Blue) = 189+61+218=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD3DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3DDA is #42C225. Grayscale: #747474. Windows color (decimal): -4375078 or 14302653. OLE color: 14302653.
HSL color Cylindrical-coordinate representation of color #BD3DDA: hue angle of 288.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3DDA is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 61 | 218 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.15 |
| HSL | 288.92º | 0.68% | 0.55% | - |
| HSV(B) | 288.92º | 0.72% | 0.85% | - |
| XYZ | 35.31 | 19.22 | 68.18 | - |
| YUV | 117.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 218 | 0.13 | 0.72 | 0 | 0.15 | 288.92 | 0.68 | 0.55 |
| Hex | BD | 3D | DA | D | 48 | 0 | F | 121 | 44 | 37 |
| Octal | 275 | 75 | 332 | 15 | 110 | 0 | 17 | 441 | 104 | 67 |
| Binary | 10111101 | 111101 | 11011010 | 1101 | 1001000 | 0 | 1111 | 100100001 | 1000100 | 110111 |
Color Harmonies of #BD3DDA
Complementary color
Monochromatic Colors of #BD3DDA
Black with #BD3DDA
Text Example
Text Example
White with #BD3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3DDA; }
p { color: rgb(189,61,218); }
H1.HeaderClassName
{
color: #BD3DDA;
}
.AnyTagClassName
{
color: #BD3DDA;
}
</style>
background-color css
<style>
a { background-color: #BD3DDA; }
a { background-color: rgb(189,61,218); }
div.DivClassName
{
background-color: #BD3DDA;
}
.BgClassName
{
background-color: #BD3DDA;
}
</style>
border-color css
<style>
span { border-color: #BD3DDA; }
span { border-color: rgb(189,61,218); }
td.TdClassName
{
border-color: #BD3DDA;
}
.TagClassName
{
border-color: #BD3DDA;
}
</style>