Shades of Medium Orchid #BD3DE9
Tints of Medium Orchid #BD3DE9
RGB
CMYK
RGB Variations
Color information
#BD3DE9 (or 0xBD3DE9) is known color: Medium Orchid. HEX triplet: BD, 3D and E9. RGB value is (189,61,233). Sum of RGB (Red+Green+Blue) = 189+61+233=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 61 (24.22% from 255 or 12.63% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD3DE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3DE9 is #42C216. Grayscale: #767676. Windows color (decimal): -4375063 or 15285693. OLE color: 15285693.
HSL color Cylindrical-coordinate representation of color #BD3DE9: hue angle of 284.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3DE9 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 61 | 233 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.09 |
| HSL | 284.65º | 0.8% | 0.58% | - |
| HSV(B) | 284.65º | 0.74% | 0.91% | - |
| XYZ | 37.36 | 20.04 | 78.99 | - |
| YUV | 118.88 | 192.41 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 233 | 0.19 | 0.74 | 0 | 0.09 | 284.65 | 0.8 | 0.58 |
| Hex | BD | 3D | E9 | 13 | 4A | 0 | 9 | 11D | 50 | 3A |
| Octal | 275 | 75 | 351 | 23 | 112 | 0 | 11 | 435 | 120 | 72 |
| Binary | 10111101 | 111101 | 11101001 | 10011 | 1001010 | 0 | 1001 | 100011101 | 1010000 | 111010 |
Color Harmonies of #BD3DE9
Complementary color
Monochromatic Colors of #BD3DE9
Black with #BD3DE9
Text Example
Text Example
White with #BD3DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3DE9; }
p { color: rgb(189,61,233); }
H1.HeaderClassName
{
color: #BD3DE9;
}
.AnyTagClassName
{
color: #BD3DE9;
}
</style>
background-color css
<style>
a { background-color: #BD3DE9; }
a { background-color: rgb(189,61,233); }
div.DivClassName
{
background-color: #BD3DE9;
}
.BgClassName
{
background-color: #BD3DE9;
}
</style>
border-color css
<style>
span { border-color: #BD3DE9; }
span { border-color: rgb(189,61,233); }
td.TdClassName
{
border-color: #BD3DE9;
}
.TagClassName
{
border-color: #BD3DE9;
}
</style>