Shades of Medium Orchid #BD38CE
Tints of Medium Orchid #BD38CE
RGB
CMYK
RGB Variations
Color information
#BD38CE (or 0xBD38CE) is known color: Medium Orchid. HEX triplet: BD, 38 and CE. RGB value is (189,56,206). Sum of RGB (Red+Green+Blue) = 189+56+206=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 56 (22.27% from 255 or 12.42% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD38CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38CE is #42C731. Grayscale: #707070. Windows color (decimal): -4376370 or 13514941. OLE color: 13514941.
HSL color Cylindrical-coordinate representation of color #BD38CE: hue angle of 293.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD38CE is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 56 | 206 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.19 |
| HSL | 293.2º | 0.6% | 0.51% | - |
| HSV(B) | 293.2º | 0.73% | 0.81% | - |
| XYZ | 33.54 | 18.1 | 60.12 | - |
| YUV | 112.87 | 180.56 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 206 | 0.08 | 0.73 | 0 | 0.19 | 293.2 | 0.6 | 0.51 |
| Hex | BD | 38 | CE | 8 | 49 | 0 | 13 | 125 | 3C | 33 |
| Octal | 275 | 70 | 316 | 10 | 111 | 0 | 23 | 445 | 74 | 63 |
| Binary | 10111101 | 111000 | 11001110 | 1000 | 1001001 | 0 | 10011 | 100100101 | 111100 | 110011 |
Color Harmonies of #BD38CE
Complementary color
Monochromatic Colors of #BD38CE
Black with #BD38CE
Text Example
Text Example
White with #BD38CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD38CE; }
p { color: rgb(189,56,206); }
H1.HeaderClassName
{
color: #BD38CE;
}
.AnyTagClassName
{
color: #BD38CE;
}
</style>
background-color css
<style>
a { background-color: #BD38CE; }
a { background-color: rgb(189,56,206); }
div.DivClassName
{
background-color: #BD38CE;
}
.BgClassName
{
background-color: #BD38CE;
}
</style>
border-color css
<style>
span { border-color: #BD38CE; }
span { border-color: rgb(189,56,206); }
td.TdClassName
{
border-color: #BD38CE;
}
.TagClassName
{
border-color: #BD38CE;
}
</style>