Shades of Medium Orchid #BD62EE
Tints of Medium Orchid #BD62EE
RGB
CMYK
RGB Variations
Color information
#BD62EE (or 0xBD62EE) is known color: Medium Orchid. HEX triplet: BD, 62 and EE. RGB value is (189,98,238). Sum of RGB (Red+Green+Blue) = 189+98+238=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD62EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD62EE is #429D11. Grayscale: #8C8C8C. Windows color (decimal): -4365586 or 15622845. OLE color: 15622845.
HSL color Cylindrical-coordinate representation of color #BD62EE: hue angle of 279º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD62EE is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 98 | 238 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.07 |
| HSL | 279º | 0.8% | 0.66% | - |
| HSV(B) | 279º | 0.59% | 0.93% | - |
| XYZ | 40.79 | 25.73 | 83.71 | - |
| YUV | 141.17 | 182.65 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 238 | 0.21 | 0.59 | 0 | 0.07 | 279 | 0.8 | 0.66 |
| Hex | BD | 62 | EE | 15 | 3B | 0 | 7 | 117 | 50 | 42 |
| Octal | 275 | 142 | 356 | 25 | 73 | 0 | 7 | 427 | 120 | 102 |
| Binary | 10111101 | 1100010 | 11101110 | 10101 | 111011 | 0 | 111 | 100010111 | 1010000 | 1000010 |
Color Harmonies of #BD62EE
Complementary color
Monochromatic Colors of #BD62EE
Black with #BD62EE
Text Example
Text Example
White with #BD62EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD62EE; }
p { color: rgb(189,98,238); }
H1.HeaderClassName
{
color: #BD62EE;
}
.AnyTagClassName
{
color: #BD62EE;
}
</style>
background-color css
<style>
a { background-color: #BD62EE; }
a { background-color: rgb(189,98,238); }
div.DivClassName
{
background-color: #BD62EE;
}
.BgClassName
{
background-color: #BD62EE;
}
</style>
border-color css
<style>
span { border-color: #BD62EE; }
span { border-color: rgb(189,98,238); }
td.TdClassName
{
border-color: #BD62EE;
}
.TagClassName
{
border-color: #BD62EE;
}
</style>