Shades of Medium Orchid #BD3EDF
Tints of Medium Orchid #BD3EDF
RGB
CMYK
RGB Variations
Color information
#BD3EDF (or 0xBD3EDF) is known color: Medium Orchid. HEX triplet: BD, 3E and DF. RGB value is (189,62,223). Sum of RGB (Red+Green+Blue) = 189+62+223=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 62 (24.61% from 255 or 13.08% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD3EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3EDF is #42C120. Grayscale: #757575. Windows color (decimal): -4374817 or 14630589. OLE color: 14630589.
HSL color Cylindrical-coordinate representation of color #BD3EDF: hue angle of 287.33º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3EDF is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 62 | 223 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.13 |
| HSL | 287.33º | 0.72% | 0.56% | - |
| HSV(B) | 287.33º | 0.72% | 0.87% | - |
| XYZ | 36.03 | 19.59 | 71.69 | - |
| YUV | 118.33 | 187.08 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 223 | 0.15 | 0.72 | 0 | 0.13 | 287.33 | 0.72 | 0.56 |
| Hex | BD | 3E | DF | F | 48 | 0 | D | 11F | 48 | 38 |
| Octal | 275 | 76 | 337 | 17 | 110 | 0 | 15 | 437 | 110 | 70 |
| Binary | 10111101 | 111110 | 11011111 | 1111 | 1001000 | 0 | 1101 | 100011111 | 1001000 | 111000 |
Color Harmonies of #BD3EDF
Complementary color
Monochromatic Colors of #BD3EDF
Black with #BD3EDF
Text Example
Text Example
White with #BD3EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3EDF; }
p { color: rgb(189,62,223); }
H1.HeaderClassName
{
color: #BD3EDF;
}
.AnyTagClassName
{
color: #BD3EDF;
}
</style>
background-color css
<style>
a { background-color: #BD3EDF; }
a { background-color: rgb(189,62,223); }
div.DivClassName
{
background-color: #BD3EDF;
}
.BgClassName
{
background-color: #BD3EDF;
}
</style>
border-color css
<style>
span { border-color: #BD3EDF; }
span { border-color: rgb(189,62,223); }
td.TdClassName
{
border-color: #BD3EDF;
}
.TagClassName
{
border-color: #BD3EDF;
}
</style>