Shades of Medium Orchid #BD38F1
Tints of Medium Orchid #BD38F1
RGB
CMYK
RGB Variations
Color information
#BD38F1 (or 0xBD38F1) is known color: Medium Orchid. HEX triplet: BD, 38 and F1. RGB value is (189,56,241). Sum of RGB (Red+Green+Blue) = 189+56+241=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD38F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD38F1 is #42C70E. Grayscale: #747474. Windows color (decimal): -4376335 or 15808701. OLE color: 15808701.
HSL color Cylindrical-coordinate representation of color #BD38F1: hue angle of 283.14º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD38F1 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 56 | 241 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.05 |
| HSL | 283.14º | 0.87% | 0.58% | - |
| HSV(B) | 283.14º | 0.77% | 0.95% | - |
| XYZ | 38.28 | 20 | 85.06 | - |
| YUV | 116.86 | 198.06 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 241 | 0.22 | 0.77 | 0 | 0.05 | 283.14 | 0.87 | 0.58 |
| Hex | BD | 38 | F1 | 16 | 4D | 0 | 5 | 11B | 57 | 3A |
| Octal | 275 | 70 | 361 | 26 | 115 | 0 | 5 | 433 | 127 | 72 |
| Binary | 10111101 | 111000 | 11110001 | 10110 | 1001101 | 0 | 101 | 100011011 | 1010111 | 111010 |
Color Harmonies of #BD38F1
Complementary color
Monochromatic Colors of #BD38F1
Black with #BD38F1
Text Example
Text Example
White with #BD38F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD38F1; }
p { color: rgb(189,56,241); }
H1.HeaderClassName
{
color: #BD38F1;
}
.AnyTagClassName
{
color: #BD38F1;
}
</style>
background-color css
<style>
a { background-color: #BD38F1; }
a { background-color: rgb(189,56,241); }
div.DivClassName
{
background-color: #BD38F1;
}
.BgClassName
{
background-color: #BD38F1;
}
</style>
border-color css
<style>
span { border-color: #BD38F1; }
span { border-color: rgb(189,56,241); }
td.TdClassName
{
border-color: #BD38F1;
}
.TagClassName
{
border-color: #BD38F1;
}
</style>