Shades of Medium Orchid #BC4FDA
Tints of Medium Orchid #BC4FDA
RGB
CMYK
RGB Variations
Color information
#BC4FDA (or 0xBC4FDA) is known color: Medium Orchid. HEX triplet: BC, 4F and DA. RGB value is (188,79,218). Sum of RGB (Red+Green+Blue) = 188+79+218=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC4FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FDA is #43B025. Grayscale: #7E7E7E. Windows color (decimal): -4436006 or 14307260. OLE color: 14307260.
HSL color Cylindrical-coordinate representation of color #BC4FDA: hue angle of 287.05º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4FDA is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 79 | 218 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.15 |
| HSL | 287.05º | 0.65% | 0.58% | - |
| HSV(B) | 287.05º | 0.64% | 0.85% | - |
| XYZ | 36.19 | 21.35 | 68.54 | - |
| YUV | 127.44 | 179.11 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 218 | 0.14 | 0.64 | 0 | 0.15 | 287.05 | 0.65 | 0.58 |
| Hex | BC | 4F | DA | E | 40 | 0 | F | 11F | 41 | 3A |
| Octal | 274 | 117 | 332 | 16 | 100 | 0 | 17 | 437 | 101 | 72 |
| Binary | 10111100 | 1001111 | 11011010 | 1110 | 1000000 | 0 | 1111 | 100011111 | 1000001 | 111010 |
Color Harmonies of #BC4FDA
Complementary color
Monochromatic Colors of #BC4FDA
Black with #BC4FDA
Text Example
Text Example
White with #BC4FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4FDA; }
p { color: rgb(188,79,218); }
H1.HeaderClassName
{
color: #BC4FDA;
}
.AnyTagClassName
{
color: #BC4FDA;
}
</style>
background-color css
<style>
a { background-color: #BC4FDA; }
a { background-color: rgb(188,79,218); }
div.DivClassName
{
background-color: #BC4FDA;
}
.BgClassName
{
background-color: #BC4FDA;
}
</style>
border-color css
<style>
span { border-color: #BC4FDA; }
span { border-color: rgb(188,79,218); }
td.TdClassName
{
border-color: #BC4FDA;
}
.TagClassName
{
border-color: #BC4FDA;
}
</style>