Shades of Medium Orchid #BD40E7
Tints of Medium Orchid #BD40E7
RGB
CMYK
RGB Variations
Color information
#BD40E7 (or 0xBD40E7) is known color: Medium Orchid. HEX triplet: BD, 40 and E7. RGB value is (189,64,231). Sum of RGB (Red+Green+Blue) = 189+64+231=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 231 (90.62% from 255 or 47.73% from 484); Max value from RGB is 231 - color contains mainly: blue. Hex color #BD40E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD40E7 is #42BF18. Grayscale: #777777. Windows color (decimal): -4374297 or 15155389. OLE color: 15155389.
HSL color Cylindrical-coordinate representation of color #BD40E7: hue angle of 284.91º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD40E7 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 64 | 231 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.09 |
| HSL | 284.91º | 0.78% | 0.58% | - |
| HSV(B) | 284.91º | 0.72% | 0.91% | - |
| XYZ | 37.24 | 20.26 | 77.55 | - |
| YUV | 120.41 | 190.41 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 231 | 0.18 | 0.72 | 0 | 0.09 | 284.91 | 0.78 | 0.58 |
| Hex | BD | 40 | E7 | 12 | 48 | 0 | 9 | 11D | 4E | 3A |
| Octal | 275 | 100 | 347 | 22 | 110 | 0 | 11 | 435 | 116 | 72 |
| Binary | 10111101 | 1000000 | 11100111 | 10010 | 1001000 | 0 | 1001 | 100011101 | 1001110 | 111010 |
Color Harmonies of #BD40E7
Complementary color
Monochromatic Colors of #BD40E7
Black with #BD40E7
Text Example
Text Example
White with #BD40E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD40E7; }
p { color: rgb(189,64,231); }
H1.HeaderClassName
{
color: #BD40E7;
}
.AnyTagClassName
{
color: #BD40E7;
}
</style>
background-color css
<style>
a { background-color: #BD40E7; }
a { background-color: rgb(189,64,231); }
div.DivClassName
{
background-color: #BD40E7;
}
.BgClassName
{
background-color: #BD40E7;
}
</style>
border-color css
<style>
span { border-color: #BD40E7; }
span { border-color: rgb(189,64,231); }
td.TdClassName
{
border-color: #BD40E7;
}
.TagClassName
{
border-color: #BD40E7;
}
</style>