Shades of Medium Orchid #BD3BDF
Tints of Medium Orchid #BD3BDF
RGB
CMYK
RGB Variations
Color information
#BD3BDF (or 0xBD3BDF) is known color: Medium Orchid. HEX triplet: BD, 3B and DF. RGB value is (189,59,223). Sum of RGB (Red+Green+Blue) = 189+59+223=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD3BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3BDF is #42C420. Grayscale: #747474. Windows color (decimal): -4375585 or 14629821. OLE color: 14629821.
HSL color Cylindrical-coordinate representation of color #BD3BDF: hue angle of 287.56º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3BDF is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 59 | 223 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.13 |
| HSL | 287.56º | 0.72% | 0.55% | - |
| HSV(B) | 287.56º | 0.74% | 0.87% | - |
| XYZ | 35.87 | 19.27 | 71.64 | - |
| YUV | 116.57 | 188.07 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 223 | 0.15 | 0.74 | 0 | 0.13 | 287.56 | 0.72 | 0.55 |
| Hex | BD | 3B | DF | F | 4A | 0 | D | 120 | 48 | 37 |
| Octal | 275 | 73 | 337 | 17 | 112 | 0 | 15 | 440 | 110 | 67 |
| Binary | 10111101 | 111011 | 11011111 | 1111 | 1001010 | 0 | 1101 | 100100000 | 1001000 | 110111 |
Color Harmonies of #BD3BDF
Complementary color
Monochromatic Colors of #BD3BDF
Black with #BD3BDF
Text Example
Text Example
White with #BD3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3BDF; }
p { color: rgb(189,59,223); }
H1.HeaderClassName
{
color: #BD3BDF;
}
.AnyTagClassName
{
color: #BD3BDF;
}
</style>
background-color css
<style>
a { background-color: #BD3BDF; }
a { background-color: rgb(189,59,223); }
div.DivClassName
{
background-color: #BD3BDF;
}
.BgClassName
{
background-color: #BD3BDF;
}
</style>
border-color css
<style>
span { border-color: #BD3BDF; }
span { border-color: rgb(189,59,223); }
td.TdClassName
{
border-color: #BD3BDF;
}
.TagClassName
{
border-color: #BD3BDF;
}
</style>