Shades of Medium Orchid #BD34E9
Tints of Medium Orchid #BD34E9
RGB
CMYK
RGB Variations
Color information
#BD34E9 (or 0xBD34E9) is known color: Medium Orchid. HEX triplet: BD, 34 and E9. RGB value is (189,52,233). Sum of RGB (Red+Green+Blue) = 189+52+233=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD34E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD34E9 is #42CB16. Grayscale: #717171. Windows color (decimal): -4377367 or 15283389. OLE color: 15283389.
HSL color Cylindrical-coordinate representation of color #BD34E9: hue angle of 285.41º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD34E9 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 52 | 233 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.09 |
| HSL | 285.41º | 0.8% | 0.56% | - |
| HSV(B) | 285.41º | 0.78% | 0.91% | - |
| XYZ | 36.92 | 19.16 | 78.84 | - |
| YUV | 113.6 | 195.39 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 233 | 0.19 | 0.78 | 0 | 0.09 | 285.41 | 0.8 | 0.56 |
| Hex | BD | 34 | E9 | 13 | 4E | 0 | 9 | 11D | 50 | 38 |
| Octal | 275 | 64 | 351 | 23 | 116 | 0 | 11 | 435 | 120 | 70 |
| Binary | 10111101 | 110100 | 11101001 | 10011 | 1001110 | 0 | 1001 | 100011101 | 1010000 | 111000 |
Color Harmonies of #BD34E9
Complementary color
Monochromatic Colors of #BD34E9
Black with #BD34E9
Text Example
Text Example
White with #BD34E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34E9; }
p { color: rgb(189,52,233); }
H1.HeaderClassName
{
color: #BD34E9;
}
.AnyTagClassName
{
color: #BD34E9;
}
</style>
background-color css
<style>
a { background-color: #BD34E9; }
a { background-color: rgb(189,52,233); }
div.DivClassName
{
background-color: #BD34E9;
}
.BgClassName
{
background-color: #BD34E9;
}
</style>
border-color css
<style>
span { border-color: #BD34E9; }
span { border-color: rgb(189,52,233); }
td.TdClassName
{
border-color: #BD34E9;
}
.TagClassName
{
border-color: #BD34E9;
}
</style>