Shades of Medium Orchid #BD39D6
Tints of Medium Orchid #BD39D6
RGB
CMYK
RGB Variations
Color information
#BD39D6 (or 0xBD39D6) is known color: Medium Orchid. HEX triplet: BD, 39 and D6. RGB value is (189,57,214). Sum of RGB (Red+Green+Blue) = 189+57+214=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD39D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD39D6 is #42C629. Grayscale: #717171. Windows color (decimal): -4376106 or 14039485. OLE color: 14039485.
HSL color Cylindrical-coordinate representation of color #BD39D6: hue angle of 290.45º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD39D6 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 57 | 214 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.16 |
| HSL | 290.45º | 0.66% | 0.53% | - |
| HSV(B) | 290.45º | 0.73% | 0.84% | - |
| XYZ | 34.59 | 18.6 | 65.39 | - |
| YUV | 114.37 | 184.23 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 214 | 0.12 | 0.73 | 0 | 0.16 | 290.45 | 0.66 | 0.53 |
| Hex | BD | 39 | D6 | C | 49 | 0 | 10 | 122 | 42 | 35 |
| Octal | 275 | 71 | 326 | 14 | 111 | 0 | 20 | 442 | 102 | 65 |
| Binary | 10111101 | 111001 | 11010110 | 1100 | 1001001 | 0 | 10000 | 100100010 | 1000010 | 110101 |
Color Harmonies of #BD39D6
Complementary color
Monochromatic Colors of #BD39D6
Black with #BD39D6
Text Example
Text Example
White with #BD39D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD39D6; }
p { color: rgb(189,57,214); }
H1.HeaderClassName
{
color: #BD39D6;
}
.AnyTagClassName
{
color: #BD39D6;
}
</style>
background-color css
<style>
a { background-color: #BD39D6; }
a { background-color: rgb(189,57,214); }
div.DivClassName
{
background-color: #BD39D6;
}
.BgClassName
{
background-color: #BD39D6;
}
</style>
border-color css
<style>
span { border-color: #BD39D6; }
span { border-color: rgb(189,57,214); }
td.TdClassName
{
border-color: #BD39D6;
}
.TagClassName
{
border-color: #BD39D6;
}
</style>