Shades of Medium Orchid #BD62F0
Tints of Medium Orchid #BD62F0
RGB
CMYK
RGB Variations
Color information
#BD62F0 (or 0xBD62F0) is known color: Medium Orchid. HEX triplet: BD, 62 and F0. RGB value is (189,98,240). Sum of RGB (Red+Green+Blue) = 189+98+240=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD62F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD62F0 is #429D0F. Grayscale: #8C8C8C. Windows color (decimal): -4365584 or 15753917. OLE color: 15753917.
HSL color Cylindrical-coordinate representation of color #BD62F0: hue angle of 278.45º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD62F0 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 98 | 240 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.06 |
| HSL | 278.45º | 0.83% | 0.66% | - |
| HSV(B) | 278.45º | 0.59% | 0.94% | - |
| XYZ | 41.08 | 25.85 | 85.26 | - |
| YUV | 141.4 | 183.65 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 240 | 0.21 | 0.59 | 0 | 0.06 | 278.45 | 0.83 | 0.66 |
| Hex | BD | 62 | F0 | 15 | 3B | 0 | 6 | 116 | 53 | 42 |
| Octal | 275 | 142 | 360 | 25 | 73 | 0 | 6 | 426 | 123 | 102 |
| Binary | 10111101 | 1100010 | 11110000 | 10101 | 111011 | 0 | 110 | 100010110 | 1010011 | 1000010 |
Color Harmonies of #BD62F0
Complementary color
Monochromatic Colors of #BD62F0
Black with #BD62F0
Text Example
Text Example
White with #BD62F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD62F0; }
p { color: rgb(189,98,240); }
H1.HeaderClassName
{
color: #BD62F0;
}
.AnyTagClassName
{
color: #BD62F0;
}
</style>
background-color css
<style>
a { background-color: #BD62F0; }
a { background-color: rgb(189,98,240); }
div.DivClassName
{
background-color: #BD62F0;
}
.BgClassName
{
background-color: #BD62F0;
}
</style>
border-color css
<style>
span { border-color: #BD62F0; }
span { border-color: rgb(189,98,240); }
td.TdClassName
{
border-color: #BD62F0;
}
.TagClassName
{
border-color: #BD62F0;
}
</style>