Shades of Medium Orchid #BD3CEE
Tints of Medium Orchid #BD3CEE
RGB
CMYK
RGB Variations
Color information
#BD3CEE (or 0xBD3CEE) is known color: Medium Orchid. HEX triplet: BD, 3C and EE. RGB value is (189,60,238). Sum of RGB (Red+Green+Blue) = 189+60+238=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 60 (23.83% from 255 or 12.32% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD3CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3CEE is #42C311. Grayscale: #767676. Windows color (decimal): -4375314 or 15613117. OLE color: 15613117.
HSL color Cylindrical-coordinate representation of color #BD3CEE: hue angle of 283.48º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3CEE is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 60 | 238 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.07 |
| HSL | 283.48º | 0.84% | 0.58% | - |
| HSV(B) | 283.48º | 0.75% | 0.93% | - |
| XYZ | 38.03 | 20.22 | 82.79 | - |
| YUV | 118.86 | 195.24 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 238 | 0.21 | 0.75 | 0 | 0.07 | 283.48 | 0.84 | 0.58 |
| Hex | BD | 3C | EE | 15 | 4B | 0 | 7 | 11B | 54 | 3A |
| Octal | 275 | 74 | 356 | 25 | 113 | 0 | 7 | 433 | 124 | 72 |
| Binary | 10111101 | 111100 | 11101110 | 10101 | 1001011 | 0 | 111 | 100011011 | 1010100 | 111010 |
Color Harmonies of #BD3CEE
Complementary color
Monochromatic Colors of #BD3CEE
Black with #BD3CEE
Text Example
Text Example
White with #BD3CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CEE; }
p { color: rgb(189,60,238); }
H1.HeaderClassName
{
color: #BD3CEE;
}
.AnyTagClassName
{
color: #BD3CEE;
}
</style>
background-color css
<style>
a { background-color: #BD3CEE; }
a { background-color: rgb(189,60,238); }
div.DivClassName
{
background-color: #BD3CEE;
}
.BgClassName
{
background-color: #BD3CEE;
}
</style>
border-color css
<style>
span { border-color: #BD3CEE; }
span { border-color: rgb(189,60,238); }
td.TdClassName
{
border-color: #BD3CEE;
}
.TagClassName
{
border-color: #BD3CEE;
}
</style>