Shades of Medium Orchid #BD75E1
Tints of Medium Orchid #BD75E1
RGB
CMYK
RGB Variations
Color information
#BD75E1 (or 0xBD75E1) is known color: Medium Orchid. HEX triplet: BD, 75 and E1. RGB value is (189,117,225). Sum of RGB (Red+Green+Blue) = 189+117+225=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD75E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75E1 is #428A1E. Grayscale: #969696. Windows color (decimal): -4360735 or 14775741. OLE color: 14775741.
HSL color Cylindrical-coordinate representation of color #BD75E1: hue angle of 280º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD75E1 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 117 | 225 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.12 |
| HSL | 280º | 0.64% | 0.67% | - |
| HSV(B) | 280º | 0.48% | 0.88% | - |
| XYZ | 40.94 | 28.98 | 74.67 | - |
| YUV | 150.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 225 | 0.16 | 0.48 | 0 | 0.12 | 280 | 0.64 | 0.67 |
| Hex | BD | 75 | E1 | 10 | 30 | 0 | C | 118 | 40 | 43 |
| Octal | 275 | 165 | 341 | 20 | 60 | 0 | 14 | 430 | 100 | 103 |
| Binary | 10111101 | 1110101 | 11100001 | 10000 | 110000 | 0 | 1100 | 100011000 | 1000000 | 1000011 |
Color Harmonies of #BD75E1
Complementary color
Monochromatic Colors of #BD75E1
Black with #BD75E1
Text Example
Text Example
White with #BD75E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD75E1; }
p { color: rgb(189,117,225); }
H1.HeaderClassName
{
color: #BD75E1;
}
.AnyTagClassName
{
color: #BD75E1;
}
</style>
background-color css
<style>
a { background-color: #BD75E1; }
a { background-color: rgb(189,117,225); }
div.DivClassName
{
background-color: #BD75E1;
}
.BgClassName
{
background-color: #BD75E1;
}
</style>
border-color css
<style>
span { border-color: #BD75E1; }
span { border-color: rgb(189,117,225); }
td.TdClassName
{
border-color: #BD75E1;
}
.TagClassName
{
border-color: #BD75E1;
}
</style>