Shades of Medium Orchid #BD38F0
Tints of Medium Orchid #BD38F0
RGB
CMYK
RGB Variations
Color information
#BD38F0 (or 0xBD38F0) is known color: Medium Orchid. HEX triplet: BD, 38 and F0. RGB value is (189,56,240). Sum of RGB (Red+Green+Blue) = 189+56+240=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD38F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD38F0 is #42C70F. Grayscale: #747474. Windows color (decimal): -4376336 or 15743165. OLE color: 15743165.
HSL color Cylindrical-coordinate representation of color #BD38F0: hue angle of 283.37º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD38F0 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 56 | 240 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.06 |
| HSL | 283.37º | 0.86% | 0.58% | - |
| HSV(B) | 283.37º | 0.77% | 0.94% | - |
| XYZ | 38.13 | 19.94 | 84.28 | - |
| YUV | 116.74 | 197.56 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 240 | 0.21 | 0.77 | 0 | 0.06 | 283.37 | 0.86 | 0.58 |
| Hex | BD | 38 | F0 | 15 | 4D | 0 | 6 | 11B | 56 | 3A |
| Octal | 275 | 70 | 360 | 25 | 115 | 0 | 6 | 433 | 126 | 72 |
| Binary | 10111101 | 111000 | 11110000 | 10101 | 1001101 | 0 | 110 | 100011011 | 1010110 | 111010 |
Color Harmonies of #BD38F0
Complementary color
Monochromatic Colors of #BD38F0
Black with #BD38F0
Text Example
Text Example
White with #BD38F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD38F0; }
p { color: rgb(189,56,240); }
H1.HeaderClassName
{
color: #BD38F0;
}
.AnyTagClassName
{
color: #BD38F0;
}
</style>
background-color css
<style>
a { background-color: #BD38F0; }
a { background-color: rgb(189,56,240); }
div.DivClassName
{
background-color: #BD38F0;
}
.BgClassName
{
background-color: #BD38F0;
}
</style>
border-color css
<style>
span { border-color: #BD38F0; }
span { border-color: rgb(189,56,240); }
td.TdClassName
{
border-color: #BD38F0;
}
.TagClassName
{
border-color: #BD38F0;
}
</style>