Shades of Medium Orchid #BC3FDA
Tints of Medium Orchid #BC3FDA
RGB
CMYK
RGB Variations
Color information
#BC3FDA (or 0xBC3FDA) is known color: Medium Orchid. HEX triplet: BC, 3F and DA. RGB value is (188,63,218). Sum of RGB (Red+Green+Blue) = 188+63+218=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC3FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FDA is #43C025. Grayscale: #757575. Windows color (decimal): -4440102 or 14303164. OLE color: 14303164.
HSL color Cylindrical-coordinate representation of color #BC3FDA: hue angle of 288.39º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC3FDA is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 63 | 218 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.15 |
| HSL | 288.39º | 0.68% | 0.55% | - |
| HSV(B) | 288.39º | 0.71% | 0.85% | - |
| XYZ | 35.17 | 19.31 | 68.2 | - |
| YUV | 118.05 | 184.41 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 218 | 0.14 | 0.71 | 0 | 0.15 | 288.39 | 0.68 | 0.55 |
| Hex | BC | 3F | DA | E | 47 | 0 | F | 120 | 44 | 37 |
| Octal | 274 | 77 | 332 | 16 | 107 | 0 | 17 | 440 | 104 | 67 |
| Binary | 10111100 | 111111 | 11011010 | 1110 | 1000111 | 0 | 1111 | 100100000 | 1000100 | 110111 |
Color Harmonies of #BC3FDA
Complementary color
Monochromatic Colors of #BC3FDA
Black with #BC3FDA
Text Example
Text Example
White with #BC3FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FDA; }
p { color: rgb(188,63,218); }
H1.HeaderClassName
{
color: #BC3FDA;
}
.AnyTagClassName
{
color: #BC3FDA;
}
</style>
background-color css
<style>
a { background-color: #BC3FDA; }
a { background-color: rgb(188,63,218); }
div.DivClassName
{
background-color: #BC3FDA;
}
.BgClassName
{
background-color: #BC3FDA;
}
</style>
border-color css
<style>
span { border-color: #BC3FDA; }
span { border-color: rgb(188,63,218); }
td.TdClassName
{
border-color: #BC3FDA;
}
.TagClassName
{
border-color: #BC3FDA;
}
</style>