Shades of Medium Orchid #BD3CE9
Tints of Medium Orchid #BD3CE9
RGB
CMYK
RGB Variations
Color information
#BD3CE9 (or 0xBD3CE9) is known color: Medium Orchid. HEX triplet: BD, 3C and E9. RGB value is (189,60,233). Sum of RGB (Red+Green+Blue) = 189+60+233=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD3CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3CE9 is #42C316. Grayscale: #757575. Windows color (decimal): -4375319 or 15285437. OLE color: 15285437.
HSL color Cylindrical-coordinate representation of color #BD3CE9: hue angle of 284.74º degrees, saturation: 0.8, 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 #BD3CE9 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 60 | 233 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.09 |
| HSL | 284.74º | 0.8% | 0.57% | - |
| HSV(B) | 284.74º | 0.74% | 0.91% | - |
| XYZ | 37.31 | 19.93 | 78.97 | - |
| YUV | 118.29 | 192.74 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 233 | 0.19 | 0.74 | 0 | 0.09 | 284.74 | 0.8 | 0.57 |
| Hex | BD | 3C | E9 | 13 | 4A | 0 | 9 | 11D | 50 | 39 |
| Octal | 275 | 74 | 351 | 23 | 112 | 0 | 11 | 435 | 120 | 71 |
| Binary | 10111101 | 111100 | 11101001 | 10011 | 1001010 | 0 | 1001 | 100011101 | 1010000 | 111001 |
Color Harmonies of #BD3CE9
Complementary color
Monochromatic Colors of #BD3CE9
Black with #BD3CE9
Text Example
Text Example
White with #BD3CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CE9; }
p { color: rgb(189,60,233); }
H1.HeaderClassName
{
color: #BD3CE9;
}
.AnyTagClassName
{
color: #BD3CE9;
}
</style>
background-color css
<style>
a { background-color: #BD3CE9; }
a { background-color: rgb(189,60,233); }
div.DivClassName
{
background-color: #BD3CE9;
}
.BgClassName
{
background-color: #BD3CE9;
}
</style>
border-color css
<style>
span { border-color: #BD3CE9; }
span { border-color: rgb(189,60,233); }
td.TdClassName
{
border-color: #BD3CE9;
}
.TagClassName
{
border-color: #BD3CE9;
}
</style>