Shades of Medium Orchid #BD4CFF
Tints of Medium Orchid #BD4CFF
RGB
CMYK
RGB Variations
Color information
#BD4CFF (or 0xBD4CFF) is known color: Medium Orchid. HEX triplet: BD, 4C and FF. RGB value is (189,76,255). Sum of RGB (Red+Green+Blue) = 189+76+255=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD4CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4CFF is #42B300. Grayscale: #818181. Windows color (decimal): -4371201 or 16731325. OLE color: 16731325.
HSL color Cylindrical-coordinate representation of color #BD4CFF: hue angle of 277.88º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD4CFF is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 76 | 255 | - |
| CMYK | 0.26 | 0.70 | 0 | 0 |
| HSL | 277.88º | 1% | 0.65% | - |
| HSV(B) | 277.88º | 0.7% | 1% | - |
| XYZ | 41.62 | 23.21 | 96.89 | - |
| YUV | 130.19 | 198.44 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 255 | 0.26 | 0.70 | 0 | 0 | 277.88 | 1 | 0.65 |
| Hex | BD | 4C | FF | 1A | 46 | 0 | 0 | 116 | 64 | 41 |
| Octal | 275 | 114 | 377 | 32 | 106 | 0 | 0 | 426 | 144 | 101 |
| Binary | 10111101 | 1001100 | 11111111 | 11010 | 1000110 | 0 | 0 | 100010110 | 1100100 | 1000001 |
Color Harmonies of #BD4CFF
Complementary color
Monochromatic Colors of #BD4CFF
Black with #BD4CFF
Text Example
Text Example
White with #BD4CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4CFF; }
p { color: rgb(189,76,255); }
H1.HeaderClassName
{
color: #BD4CFF;
}
.AnyTagClassName
{
color: #BD4CFF;
}
</style>
background-color css
<style>
a { background-color: #BD4CFF; }
a { background-color: rgb(189,76,255); }
div.DivClassName
{
background-color: #BD4CFF;
}
.BgClassName
{
background-color: #BD4CFF;
}
</style>
border-color css
<style>
span { border-color: #BD4CFF; }
span { border-color: rgb(189,76,255); }
td.TdClassName
{
border-color: #BD4CFF;
}
.TagClassName
{
border-color: #BD4CFF;
}
</style>