Shades of Medium Orchid #BD39E6
Tints of Medium Orchid #BD39E6
RGB
CMYK
RGB Variations
Color information
#BD39E6 (or 0xBD39E6) is known color: Medium Orchid. HEX triplet: BD, 39 and E6. RGB value is (189,57,230). Sum of RGB (Red+Green+Blue) = 189+57+230=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD39E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD39E6 is #42C619. Grayscale: #737373. Windows color (decimal): -4376090 or 15088061. OLE color: 15088061.
HSL color Cylindrical-coordinate representation of color #BD39E6: hue angle of 285.78º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD39E6 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 57 | 230 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.10 |
| HSL | 285.78º | 0.78% | 0.56% | - |
| HSV(B) | 285.78º | 0.75% | 0.9% | - |
| XYZ | 36.73 | 19.46 | 76.68 | - |
| YUV | 116.19 | 192.23 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 230 | 0.18 | 0.75 | 0 | 0.10 | 285.78 | 0.78 | 0.56 |
| Hex | BD | 39 | E6 | 12 | 4B | 0 | A | 11E | 4E | 38 |
| Octal | 275 | 71 | 346 | 22 | 113 | 0 | 12 | 436 | 116 | 70 |
| Binary | 10111101 | 111001 | 11100110 | 10010 | 1001011 | 0 | 1010 | 100011110 | 1001110 | 111000 |
Color Harmonies of #BD39E6
Complementary color
Monochromatic Colors of #BD39E6
Black with #BD39E6
Text Example
Text Example
White with #BD39E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD39E6; }
p { color: rgb(189,57,230); }
H1.HeaderClassName
{
color: #BD39E6;
}
.AnyTagClassName
{
color: #BD39E6;
}
</style>
background-color css
<style>
a { background-color: #BD39E6; }
a { background-color: rgb(189,57,230); }
div.DivClassName
{
background-color: #BD39E6;
}
.BgClassName
{
background-color: #BD39E6;
}
</style>
border-color css
<style>
span { border-color: #BD39E6; }
span { border-color: rgb(189,57,230); }
td.TdClassName
{
border-color: #BD39E6;
}
.TagClassName
{
border-color: #BD39E6;
}
</style>