Shades of Medium Orchid #BD39F0
Tints of Medium Orchid #BD39F0
RGB
CMYK
RGB Variations
Color information
#BD39F0 (or 0xBD39F0) is known color: Medium Orchid. HEX triplet: BD, 39 and F0. RGB value is (189,57,240). Sum of RGB (Red+Green+Blue) = 189+57+240=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 57 (22.66% from 255 or 11.73% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD39F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD39F0 is #42C60F. Grayscale: #747474. Windows color (decimal): -4376080 or 15743421. OLE color: 15743421.
HSL color Cylindrical-coordinate representation of color #BD39F0: hue angle of 283.28º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD39F0 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 57 | 240 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.06 |
| HSL | 283.28º | 0.86% | 0.58% | - |
| HSV(B) | 283.28º | 0.76% | 0.94% | - |
| XYZ | 38.18 | 20.04 | 84.29 | - |
| YUV | 117.33 | 197.23 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 240 | 0.21 | 0.76 | 0 | 0.06 | 283.28 | 0.86 | 0.58 |
| Hex | BD | 39 | F0 | 15 | 4C | 0 | 6 | 11B | 56 | 3A |
| Octal | 275 | 71 | 360 | 25 | 114 | 0 | 6 | 433 | 126 | 72 |
| Binary | 10111101 | 111001 | 11110000 | 10101 | 1001100 | 0 | 110 | 100011011 | 1010110 | 111010 |
Color Harmonies of #BD39F0
Complementary color
Monochromatic Colors of #BD39F0
Black with #BD39F0
Text Example
Text Example
White with #BD39F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD39F0; }
p { color: rgb(189,57,240); }
H1.HeaderClassName
{
color: #BD39F0;
}
.AnyTagClassName
{
color: #BD39F0;
}
</style>
background-color css
<style>
a { background-color: #BD39F0; }
a { background-color: rgb(189,57,240); }
div.DivClassName
{
background-color: #BD39F0;
}
.BgClassName
{
background-color: #BD39F0;
}
</style>
border-color css
<style>
span { border-color: #BD39F0; }
span { border-color: rgb(189,57,240); }
td.TdClassName
{
border-color: #BD39F0;
}
.TagClassName
{
border-color: #BD39F0;
}
</style>