Shades of Medium Orchid #BD4FCC
Tints of Medium Orchid #BD4FCC
RGB
CMYK
RGB Variations
Color information
#BD4FCC (or 0xBD4FCC) is known color: Medium Orchid. HEX triplet: BD, 4F and CC. RGB value is (189,79,204). Sum of RGB (Red+Green+Blue) = 189+79+204=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD4FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FCC is #42B033. Grayscale: #7D7D7D. Windows color (decimal): -4370484 or 13389757. OLE color: 13389757.
HSL color Cylindrical-coordinate representation of color #BD4FCC: hue angle of 292.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4FCC is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 79 | 204 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.2 |
| HSL | 292.8º | 0.55% | 0.55% | - |
| HSV(B) | 292.8º | 0.61% | 0.8% | - |
| XYZ | 34.68 | 20.77 | 59.31 | - |
| YUV | 126.14 | 171.94 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 204 | 0.07 | 0.61 | 0 | 0.2 | 292.8 | 0.55 | 0.55 |
| Hex | BD | 4F | CC | 7 | 3D | 0 | 14 | 125 | 37 | 37 |
| Octal | 275 | 117 | 314 | 7 | 75 | 0 | 24 | 445 | 67 | 67 |
| Binary | 10111101 | 1001111 | 11001100 | 111 | 111101 | 0 | 10100 | 100100101 | 110111 | 110111 |
Color Harmonies of #BD4FCC
Complementary color
Monochromatic Colors of #BD4FCC
Black with #BD4FCC
Text Example
Text Example
White with #BD4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4FCC; }
p { color: rgb(189,79,204); }
H1.HeaderClassName
{
color: #BD4FCC;
}
.AnyTagClassName
{
color: #BD4FCC;
}
</style>
background-color css
<style>
a { background-color: #BD4FCC; }
a { background-color: rgb(189,79,204); }
div.DivClassName
{
background-color: #BD4FCC;
}
.BgClassName
{
background-color: #BD4FCC;
}
</style>
border-color css
<style>
span { border-color: #BD4FCC; }
span { border-color: rgb(189,79,204); }
td.TdClassName
{
border-color: #BD4FCC;
}
.TagClassName
{
border-color: #BD4FCC;
}
</style>