Shades of Medium Orchid #BD39DF
Tints of Medium Orchid #BD39DF
RGB
CMYK
RGB Variations
Color information
#BD39DF (or 0xBD39DF) is known color: Medium Orchid. HEX triplet: BD, 39 and DF. RGB value is (189,57,223). Sum of RGB (Red+Green+Blue) = 189+57+223=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD39DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD39DF is #42C620. Grayscale: #727272. Windows color (decimal): -4376097 or 14629309. OLE color: 14629309.
HSL color Cylindrical-coordinate representation of color #BD39DF: hue angle of 287.71º 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 #BD39DF is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 57 | 223 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.13 |
| HSL | 287.71º | 0.72% | 0.55% | - |
| HSV(B) | 287.71º | 0.74% | 0.87% | - |
| XYZ | 35.77 | 19.07 | 71.61 | - |
| YUV | 115.39 | 188.73 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 223 | 0.15 | 0.74 | 0 | 0.13 | 287.71 | 0.72 | 0.55 |
| Hex | BD | 39 | DF | F | 4A | 0 | D | 120 | 48 | 37 |
| Octal | 275 | 71 | 337 | 17 | 112 | 0 | 15 | 440 | 110 | 67 |
| Binary | 10111101 | 111001 | 11011111 | 1111 | 1001010 | 0 | 1101 | 100100000 | 1001000 | 110111 |
Color Harmonies of #BD39DF
Complementary color
Monochromatic Colors of #BD39DF
Black with #BD39DF
Text Example
Text Example
White with #BD39DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD39DF; }
p { color: rgb(189,57,223); }
H1.HeaderClassName
{
color: #BD39DF;
}
.AnyTagClassName
{
color: #BD39DF;
}
</style>
background-color css
<style>
a { background-color: #BD39DF; }
a { background-color: rgb(189,57,223); }
div.DivClassName
{
background-color: #BD39DF;
}
.BgClassName
{
background-color: #BD39DF;
}
</style>
border-color css
<style>
span { border-color: #BD39DF; }
span { border-color: rgb(189,57,223); }
td.TdClassName
{
border-color: #BD39DF;
}
.TagClassName
{
border-color: #BD39DF;
}
</style>