Shades of Medium Orchid #BD63EF
Tints of Medium Orchid #BD63EF
RGB
CMYK
RGB Variations
Color information
#BD63EF (or 0xBD63EF) is known color: Medium Orchid. HEX triplet: BD, 63 and EF. RGB value is (189,99,239). Sum of RGB (Red+Green+Blue) = 189+99+239=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD63EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD63EF is #429C10. Grayscale: #8D8D8D. Windows color (decimal): -4365329 or 15688637. OLE color: 15688637.
HSL color Cylindrical-coordinate representation of color #BD63EF: hue angle of 278.57º degrees, saturation: 0.81, 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 #BD63EF is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 99 | 239 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.06 |
| HSL | 278.57º | 0.81% | 0.66% | - |
| HSV(B) | 278.57º | 0.59% | 0.94% | - |
| XYZ | 41.03 | 25.97 | 84.51 | - |
| YUV | 141.87 | 182.82 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 239 | 0.21 | 0.59 | 0 | 0.06 | 278.57 | 0.81 | 0.66 |
| Hex | BD | 63 | EF | 15 | 3B | 0 | 6 | 117 | 51 | 42 |
| Octal | 275 | 143 | 357 | 25 | 73 | 0 | 6 | 427 | 121 | 102 |
| Binary | 10111101 | 1100011 | 11101111 | 10101 | 111011 | 0 | 110 | 100010111 | 1010001 | 1000010 |
Color Harmonies of #BD63EF
Complementary color
Monochromatic Colors of #BD63EF
Black with #BD63EF
Text Example
Text Example
White with #BD63EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD63EF; }
p { color: rgb(189,99,239); }
H1.HeaderClassName
{
color: #BD63EF;
}
.AnyTagClassName
{
color: #BD63EF;
}
</style>
background-color css
<style>
a { background-color: #BD63EF; }
a { background-color: rgb(189,99,239); }
div.DivClassName
{
background-color: #BD63EF;
}
.BgClassName
{
background-color: #BD63EF;
}
</style>
border-color css
<style>
span { border-color: #BD63EF; }
span { border-color: rgb(189,99,239); }
td.TdClassName
{
border-color: #BD63EF;
}
.TagClassName
{
border-color: #BD63EF;
}
</style>