Shades of Medium Orchid #BD45EE
Tints of Medium Orchid #BD45EE
RGB
CMYK
RGB Variations
Color information
#BD45EE (or 0xBD45EE) is known color: Medium Orchid. HEX triplet: BD, 45 and EE. RGB value is (189,69,238). Sum of RGB (Red+Green+Blue) = 189+69+238=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 69 (27.34% from 255 or 13.91% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD45EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD45EE is #42BA11. Grayscale: #7B7B7B. Windows color (decimal): -4373010 or 15615421. OLE color: 15615421.
HSL color Cylindrical-coordinate representation of color #BD45EE: hue angle of 282.6º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD45EE is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 69 | 238 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.07 |
| HSL | 282.6º | 0.83% | 0.6% | - |
| HSV(B) | 282.6º | 0.71% | 0.93% | - |
| XYZ | 38.55 | 21.25 | 82.96 | - |
| YUV | 124.15 | 192.26 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 238 | 0.21 | 0.71 | 0 | 0.07 | 282.6 | 0.83 | 0.6 |
| Hex | BD | 45 | EE | 15 | 47 | 0 | 7 | 11B | 53 | 3C |
| Octal | 275 | 105 | 356 | 25 | 107 | 0 | 7 | 433 | 123 | 74 |
| Binary | 10111101 | 1000101 | 11101110 | 10101 | 1000111 | 0 | 111 | 100011011 | 1010011 | 111100 |
Color Harmonies of #BD45EE
Complementary color
Monochromatic Colors of #BD45EE
Black with #BD45EE
Text Example
Text Example
White with #BD45EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD45EE; }
p { color: rgb(189,69,238); }
H1.HeaderClassName
{
color: #BD45EE;
}
.AnyTagClassName
{
color: #BD45EE;
}
</style>
background-color css
<style>
a { background-color: #BD45EE; }
a { background-color: rgb(189,69,238); }
div.DivClassName
{
background-color: #BD45EE;
}
.BgClassName
{
background-color: #BD45EE;
}
</style>
border-color css
<style>
span { border-color: #BD45EE; }
span { border-color: rgb(189,69,238); }
td.TdClassName
{
border-color: #BD45EE;
}
.TagClassName
{
border-color: #BD45EE;
}
</style>