Shades of Medium Orchid #BD3DD8
Tints of Medium Orchid #BD3DD8
RGB
CMYK
RGB Variations
Color information
#BD3DD8 (or 0xBD3DD8) is known color: Medium Orchid. HEX triplet: BD, 3D and D8. RGB value is (189,61,216). Sum of RGB (Red+Green+Blue) = 189+61+216=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD3DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3DD8 is #42C227. Grayscale: #747474. Windows color (decimal): -4375080 or 14171581. OLE color: 14171581.
HSL color Cylindrical-coordinate representation of color #BD3DD8: hue angle of 289.55º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3DD8 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 61 | 216 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.15 |
| HSL | 289.55º | 0.67% | 0.54% | - |
| HSV(B) | 289.55º | 0.72% | 0.85% | - |
| XYZ | 35.05 | 19.11 | 66.81 | - |
| YUV | 116.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 216 | 0.12 | 0.72 | 0 | 0.15 | 289.55 | 0.67 | 0.54 |
| Hex | BD | 3D | D8 | C | 48 | 0 | F | 122 | 43 | 36 |
| Octal | 275 | 75 | 330 | 14 | 110 | 0 | 17 | 442 | 103 | 66 |
| Binary | 10111101 | 111101 | 11011000 | 1100 | 1001000 | 0 | 1111 | 100100010 | 1000011 | 110110 |
Color Harmonies of #BD3DD8
Complementary color
Monochromatic Colors of #BD3DD8
Black with #BD3DD8
Text Example
Text Example
White with #BD3DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3DD8; }
p { color: rgb(189,61,216); }
H1.HeaderClassName
{
color: #BD3DD8;
}
.AnyTagClassName
{
color: #BD3DD8;
}
</style>
background-color css
<style>
a { background-color: #BD3DD8; }
a { background-color: rgb(189,61,216); }
div.DivClassName
{
background-color: #BD3DD8;
}
.BgClassName
{
background-color: #BD3DD8;
}
</style>
border-color css
<style>
span { border-color: #BD3DD8; }
span { border-color: rgb(189,61,216); }
td.TdClassName
{
border-color: #BD3DD8;
}
.TagClassName
{
border-color: #BD3DD8;
}
</style>