Shades of Medium Orchid #BD38EE
Tints of Medium Orchid #BD38EE
RGB
CMYK
RGB Variations
Color information
#BD38EE (or 0xBD38EE) is known color: Medium Orchid. HEX triplet: BD, 38 and EE. RGB value is (189,56,238). Sum of RGB (Red+Green+Blue) = 189+56+238=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD38EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD38EE is #42C711. Grayscale: #737373. Windows color (decimal): -4376338 or 15612093. OLE color: 15612093.
HSL color Cylindrical-coordinate representation of color #BD38EE: hue angle of 283.85º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD38EE is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 56 | 238 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.07 |
| HSL | 283.85º | 0.84% | 0.58% | - |
| HSV(B) | 283.85º | 0.76% | 0.93% | - |
| XYZ | 37.83 | 19.82 | 82.72 | - |
| YUV | 116.52 | 196.56 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 238 | 0.21 | 0.76 | 0 | 0.07 | 283.85 | 0.84 | 0.58 |
| Hex | BD | 38 | EE | 15 | 4C | 0 | 7 | 11C | 54 | 3A |
| Octal | 275 | 70 | 356 | 25 | 114 | 0 | 7 | 434 | 124 | 72 |
| Binary | 10111101 | 111000 | 11101110 | 10101 | 1001100 | 0 | 111 | 100011100 | 1010100 | 111010 |
Color Harmonies of #BD38EE
Complementary color
Monochromatic Colors of #BD38EE
Black with #BD38EE
Text Example
Text Example
White with #BD38EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD38EE; }
p { color: rgb(189,56,238); }
H1.HeaderClassName
{
color: #BD38EE;
}
.AnyTagClassName
{
color: #BD38EE;
}
</style>
background-color css
<style>
a { background-color: #BD38EE; }
a { background-color: rgb(189,56,238); }
div.DivClassName
{
background-color: #BD38EE;
}
.BgClassName
{
background-color: #BD38EE;
}
</style>
border-color css
<style>
span { border-color: #BD38EE; }
span { border-color: rgb(189,56,238); }
td.TdClassName
{
border-color: #BD38EE;
}
.TagClassName
{
border-color: #BD38EE;
}
</style>