Shades of Medium Orchid #BD3BD4
Tints of Medium Orchid #BD3BD4
RGB
CMYK
RGB Variations
Color information
#BD3BD4 (or 0xBD3BD4) is known color: Medium Orchid. HEX triplet: BD, 3B and D4. RGB value is (189,59,212). Sum of RGB (Red+Green+Blue) = 189+59+212=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD3BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3BD4 is #42C42B. Grayscale: #727272. Windows color (decimal): -4375596 or 13908925. OLE color: 13908925.
HSL color Cylindrical-coordinate representation of color #BD3BD4: hue angle of 290.98º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3BD4 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 59 | 212 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.17 |
| HSL | 290.98º | 0.64% | 0.53% | - |
| HSV(B) | 290.98º | 0.72% | 0.83% | - |
| XYZ | 34.43 | 18.7 | 64.08 | - |
| YUV | 115.31 | 182.57 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 212 | 0.11 | 0.72 | 0 | 0.17 | 290.98 | 0.64 | 0.53 |
| Hex | BD | 3B | D4 | B | 48 | 0 | 11 | 123 | 40 | 35 |
| Octal | 275 | 73 | 324 | 13 | 110 | 0 | 21 | 443 | 100 | 65 |
| Binary | 10111101 | 111011 | 11010100 | 1011 | 1001000 | 0 | 10001 | 100100011 | 1000000 | 110101 |
Color Harmonies of #BD3BD4
Complementary color
Monochromatic Colors of #BD3BD4
Black with #BD3BD4
Text Example
Text Example
White with #BD3BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3BD4; }
p { color: rgb(189,59,212); }
H1.HeaderClassName
{
color: #BD3BD4;
}
.AnyTagClassName
{
color: #BD3BD4;
}
</style>
background-color css
<style>
a { background-color: #BD3BD4; }
a { background-color: rgb(189,59,212); }
div.DivClassName
{
background-color: #BD3BD4;
}
.BgClassName
{
background-color: #BD3BD4;
}
</style>
border-color css
<style>
span { border-color: #BD3BD4; }
span { border-color: rgb(189,59,212); }
td.TdClassName
{
border-color: #BD3BD4;
}
.TagClassName
{
border-color: #BD3BD4;
}
</style>