Shades of Medium Orchid #BD3DE8
Tints of Medium Orchid #BD3DE8
RGB
CMYK
RGB Variations
Color information
#BD3DE8 (or 0xBD3DE8) is known color: Medium Orchid. HEX triplet: BD, 3D and E8. RGB value is (189,61,232). Sum of RGB (Red+Green+Blue) = 189+61+232=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD3DE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3DE8 is #42C217. Grayscale: #767676. Windows color (decimal): -4375064 or 15220157. OLE color: 15220157.
HSL color Cylindrical-coordinate representation of color #BD3DE8: hue angle of 284.91º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3DE8 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 61 | 232 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.09 |
| HSL | 284.91º | 0.79% | 0.57% | - |
| HSV(B) | 284.91º | 0.74% | 0.91% | - |
| XYZ | 37.22 | 19.98 | 78.24 | - |
| YUV | 118.77 | 191.91 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 232 | 0.19 | 0.74 | 0 | 0.09 | 284.91 | 0.79 | 0.57 |
| Hex | BD | 3D | E8 | 13 | 4A | 0 | 9 | 11D | 4F | 39 |
| Octal | 275 | 75 | 350 | 23 | 112 | 0 | 11 | 435 | 117 | 71 |
| Binary | 10111101 | 111101 | 11101000 | 10011 | 1001010 | 0 | 1001 | 100011101 | 1001111 | 111001 |
Color Harmonies of #BD3DE8
Complementary color
Monochromatic Colors of #BD3DE8
Black with #BD3DE8
Text Example
Text Example
White with #BD3DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3DE8; }
p { color: rgb(189,61,232); }
H1.HeaderClassName
{
color: #BD3DE8;
}
.AnyTagClassName
{
color: #BD3DE8;
}
</style>
background-color css
<style>
a { background-color: #BD3DE8; }
a { background-color: rgb(189,61,232); }
div.DivClassName
{
background-color: #BD3DE8;
}
.BgClassName
{
background-color: #BD3DE8;
}
</style>
border-color css
<style>
span { border-color: #BD3DE8; }
span { border-color: rgb(189,61,232); }
td.TdClassName
{
border-color: #BD3DE8;
}
.TagClassName
{
border-color: #BD3DE8;
}
</style>