Shades of Medium Orchid #BD3FDC
Tints of Medium Orchid #BD3FDC
RGB
CMYK
RGB Variations
Color information
#BD3FDC (or 0xBD3FDC) is known color: Medium Orchid. HEX triplet: BD, 3F and DC. RGB value is (189,63,220). Sum of RGB (Red+Green+Blue) = 189+63+220=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD3FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FDC is #42C023. Grayscale: #767676. Windows color (decimal): -4374564 or 14434237. OLE color: 14434237.
HSL color Cylindrical-coordinate representation of color #BD3FDC: hue angle of 288.15º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3FDC is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 63 | 220 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.14 |
| HSL | 288.15º | 0.69% | 0.55% | - |
| HSV(B) | 288.15º | 0.71% | 0.86% | - |
| XYZ | 35.68 | 19.54 | 69.6 | - |
| YUV | 118.57 | 185.24 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 220 | 0.14 | 0.71 | 0 | 0.14 | 288.15 | 0.69 | 0.55 |
| Hex | BD | 3F | DC | E | 47 | 0 | E | 120 | 45 | 37 |
| Octal | 275 | 77 | 334 | 16 | 107 | 0 | 16 | 440 | 105 | 67 |
| Binary | 10111101 | 111111 | 11011100 | 1110 | 1000111 | 0 | 1110 | 100100000 | 1000101 | 110111 |
Color Harmonies of #BD3FDC
Complementary color
Monochromatic Colors of #BD3FDC
Black with #BD3FDC
Text Example
Text Example
White with #BD3FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FDC; }
p { color: rgb(189,63,220); }
H1.HeaderClassName
{
color: #BD3FDC;
}
.AnyTagClassName
{
color: #BD3FDC;
}
</style>
background-color css
<style>
a { background-color: #BD3FDC; }
a { background-color: rgb(189,63,220); }
div.DivClassName
{
background-color: #BD3FDC;
}
.BgClassName
{
background-color: #BD3FDC;
}
</style>
border-color css
<style>
span { border-color: #BD3FDC; }
span { border-color: rgb(189,63,220); }
td.TdClassName
{
border-color: #BD3FDC;
}
.TagClassName
{
border-color: #BD3FDC;
}
</style>