Shades of Medium Orchid #BD38DA
Tints of Medium Orchid #BD38DA
RGB
CMYK
RGB Variations
Color information
#BD38DA (or 0xBD38DA) is known color: Medium Orchid. HEX triplet: BD, 38 and DA. RGB value is (189,56,218). Sum of RGB (Red+Green+Blue) = 189+56+218=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD38DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38DA is #42C725. Grayscale: #717171. Windows color (decimal): -4376358 or 14301373. OLE color: 14301373.
HSL color Cylindrical-coordinate representation of color #BD38DA: hue angle of 289.26º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD38DA is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 56 | 218 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.15 |
| HSL | 289.26º | 0.69% | 0.54% | - |
| HSV(B) | 289.26º | 0.74% | 0.85% | - |
| XYZ | 35.06 | 18.71 | 68.09 | - |
| YUV | 114.24 | 186.56 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 218 | 0.13 | 0.74 | 0 | 0.15 | 289.26 | 0.69 | 0.54 |
| Hex | BD | 38 | DA | D | 4A | 0 | F | 121 | 45 | 36 |
| Octal | 275 | 70 | 332 | 15 | 112 | 0 | 17 | 441 | 105 | 66 |
| Binary | 10111101 | 111000 | 11011010 | 1101 | 1001010 | 0 | 1111 | 100100001 | 1000101 | 110110 |
Color Harmonies of #BD38DA
Complementary color
Monochromatic Colors of #BD38DA
Black with #BD38DA
Text Example
Text Example
White with #BD38DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD38DA; }
p { color: rgb(189,56,218); }
H1.HeaderClassName
{
color: #BD38DA;
}
.AnyTagClassName
{
color: #BD38DA;
}
</style>
background-color css
<style>
a { background-color: #BD38DA; }
a { background-color: rgb(189,56,218); }
div.DivClassName
{
background-color: #BD38DA;
}
.BgClassName
{
background-color: #BD38DA;
}
</style>
border-color css
<style>
span { border-color: #BD38DA; }
span { border-color: rgb(189,56,218); }
td.TdClassName
{
border-color: #BD38DA;
}
.TagClassName
{
border-color: #BD38DA;
}
</style>