Shades of Medium Orchid #BD38DF
Tints of Medium Orchid #BD38DF
RGB
CMYK
RGB Variations
Color information
#BD38DF (or 0xBD38DF) is known color: Medium Orchid. HEX triplet: BD, 38 and DF. RGB value is (189,56,223). Sum of RGB (Red+Green+Blue) = 189+56+223=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD38DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38DF is #42C720. Grayscale: #727272. Windows color (decimal): -4376353 or 14629053. OLE color: 14629053.
HSL color Cylindrical-coordinate representation of color #BD38DF: hue angle of 287.78º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD38DF is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 56 | 223 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.13 |
| HSL | 287.78º | 0.72% | 0.55% | - |
| HSV(B) | 287.78º | 0.75% | 0.87% | - |
| XYZ | 35.72 | 18.97 | 71.59 | - |
| YUV | 114.81 | 189.06 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 223 | 0.15 | 0.75 | 0 | 0.13 | 287.78 | 0.72 | 0.55 |
| Hex | BD | 38 | DF | F | 4B | 0 | D | 120 | 48 | 37 |
| Octal | 275 | 70 | 337 | 17 | 113 | 0 | 15 | 440 | 110 | 67 |
| Binary | 10111101 | 111000 | 11011111 | 1111 | 1001011 | 0 | 1101 | 100100000 | 1001000 | 110111 |
Color Harmonies of #BD38DF
Complementary color
Monochromatic Colors of #BD38DF
Black with #BD38DF
Text Example
Text Example
White with #BD38DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD38DF; }
p { color: rgb(189,56,223); }
H1.HeaderClassName
{
color: #BD38DF;
}
.AnyTagClassName
{
color: #BD38DF;
}
</style>
background-color css
<style>
a { background-color: #BD38DF; }
a { background-color: rgb(189,56,223); }
div.DivClassName
{
background-color: #BD38DF;
}
.BgClassName
{
background-color: #BD38DF;
}
</style>
border-color css
<style>
span { border-color: #BD38DF; }
span { border-color: rgb(189,56,223); }
td.TdClassName
{
border-color: #BD38DF;
}
.TagClassName
{
border-color: #BD38DF;
}
</style>