Shades of Medium Orchid #BD62D5
Tints of Medium Orchid #BD62D5
RGB
CMYK
RGB Variations
Color information
#BD62D5 (or 0xBD62D5) is known color: Medium Orchid. HEX triplet: BD, 62 and D5. RGB value is (189,98,213). Sum of RGB (Red+Green+Blue) = 189+98+213=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD62D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62D5 is #429D2A. Grayscale: #898989. Windows color (decimal): -4365611 or 13984445. OLE color: 13984445.
HSL color Cylindrical-coordinate representation of color #BD62D5: hue angle of 287.48º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD62D5 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 98 | 213 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.16 |
| HSL | 287.48º | 0.58% | 0.61% | - |
| HSV(B) | 287.48º | 0.54% | 0.84% | - |
| XYZ | 37.36 | 24.36 | 65.68 | - |
| YUV | 138.32 | 170.15 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 213 | 0.11 | 0.54 | 0 | 0.16 | 287.48 | 0.58 | 0.61 |
| Hex | BD | 62 | D5 | B | 36 | 0 | 10 | 11F | 3A | 3D |
| Octal | 275 | 142 | 325 | 13 | 66 | 0 | 20 | 437 | 72 | 75 |
| Binary | 10111101 | 1100010 | 11010101 | 1011 | 110110 | 0 | 10000 | 100011111 | 111010 | 111101 |
Color Harmonies of #BD62D5
Complementary color
Monochromatic Colors of #BD62D5
Black with #BD62D5
Text Example
Text Example
White with #BD62D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD62D5; }
p { color: rgb(189,98,213); }
H1.HeaderClassName
{
color: #BD62D5;
}
.AnyTagClassName
{
color: #BD62D5;
}
</style>
background-color css
<style>
a { background-color: #BD62D5; }
a { background-color: rgb(189,98,213); }
div.DivClassName
{
background-color: #BD62D5;
}
.BgClassName
{
background-color: #BD62D5;
}
</style>
border-color css
<style>
span { border-color: #BD62D5; }
span { border-color: rgb(189,98,213); }
td.TdClassName
{
border-color: #BD62D5;
}
.TagClassName
{
border-color: #BD62D5;
}
</style>