Shades of Medium Orchid #BD3AE8
Tints of Medium Orchid #BD3AE8
RGB
CMYK
RGB Variations
Color information
#BD3AE8 (or 0xBD3AE8) is known color: Medium Orchid. HEX triplet: BD, 3A and E8. RGB value is (189,58,232). Sum of RGB (Red+Green+Blue) = 189+58+232=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD3AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3AE8 is #42C517. Grayscale: #747474. Windows color (decimal): -4375832 or 15219389. OLE color: 15219389.
HSL color Cylindrical-coordinate representation of color #BD3AE8: hue angle of 285.17º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3AE8 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 58 | 232 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.09 |
| HSL | 285.17º | 0.79% | 0.57% | - |
| HSV(B) | 285.17º | 0.75% | 0.91% | - |
| XYZ | 37.06 | 19.67 | 78.19 | - |
| YUV | 117.01 | 192.9 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 232 | 0.19 | 0.75 | 0 | 0.09 | 285.17 | 0.79 | 0.57 |
| Hex | BD | 3A | E8 | 13 | 4B | 0 | 9 | 11D | 4F | 39 |
| Octal | 275 | 72 | 350 | 23 | 113 | 0 | 11 | 435 | 117 | 71 |
| Binary | 10111101 | 111010 | 11101000 | 10011 | 1001011 | 0 | 1001 | 100011101 | 1001111 | 111001 |
Color Harmonies of #BD3AE8
Complementary color
Monochromatic Colors of #BD3AE8
Black with #BD3AE8
Text Example
Text Example
White with #BD3AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3AE8; }
p { color: rgb(189,58,232); }
H1.HeaderClassName
{
color: #BD3AE8;
}
.AnyTagClassName
{
color: #BD3AE8;
}
</style>
background-color css
<style>
a { background-color: #BD3AE8; }
a { background-color: rgb(189,58,232); }
div.DivClassName
{
background-color: #BD3AE8;
}
.BgClassName
{
background-color: #BD3AE8;
}
</style>
border-color css
<style>
span { border-color: #BD3AE8; }
span { border-color: rgb(189,58,232); }
td.TdClassName
{
border-color: #BD3AE8;
}
.TagClassName
{
border-color: #BD3AE8;
}
</style>