Shades of Medium Orchid #BD4FCA
Tints of Medium Orchid #BD4FCA
RGB
CMYK
RGB Variations
Color information
#BD4FCA (or 0xBD4FCA) is known color: Medium Orchid. HEX triplet: BD, 4F and CA. RGB value is (189,79,202). Sum of RGB (Red+Green+Blue) = 189+79+202=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD4FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FCA is #42B035. Grayscale: #7D7D7D. Windows color (decimal): -4370486 or 13258685. OLE color: 13258685.
HSL color Cylindrical-coordinate representation of color #BD4FCA: hue angle of 293.66º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4FCA is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 79 | 202 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.21 |
| HSL | 293.66º | 0.54% | 0.55% | - |
| HSV(B) | 293.66º | 0.61% | 0.79% | - |
| XYZ | 34.44 | 20.68 | 58.05 | - |
| YUV | 125.91 | 170.94 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 202 | 0.06 | 0.61 | 0 | 0.21 | 293.66 | 0.54 | 0.55 |
| Hex | BD | 4F | CA | 6 | 3D | 0 | 15 | 126 | 36 | 37 |
| Octal | 275 | 117 | 312 | 6 | 75 | 0 | 25 | 446 | 66 | 67 |
| Binary | 10111101 | 1001111 | 11001010 | 110 | 111101 | 0 | 10101 | 100100110 | 110110 | 110111 |
Color Harmonies of #BD4FCA
Complementary color
Monochromatic Colors of #BD4FCA
Black with #BD4FCA
Text Example
Text Example
White with #BD4FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4FCA; }
p { color: rgb(189,79,202); }
H1.HeaderClassName
{
color: #BD4FCA;
}
.AnyTagClassName
{
color: #BD4FCA;
}
</style>
background-color css
<style>
a { background-color: #BD4FCA; }
a { background-color: rgb(189,79,202); }
div.DivClassName
{
background-color: #BD4FCA;
}
.BgClassName
{
background-color: #BD4FCA;
}
</style>
border-color css
<style>
span { border-color: #BD4FCA; }
span { border-color: rgb(189,79,202); }
td.TdClassName
{
border-color: #BD4FCA;
}
.TagClassName
{
border-color: #BD4FCA;
}
</style>