Shades of Medium Orchid #BC4DF3
Tints of Medium Orchid #BC4DF3
RGB
CMYK
RGB Variations
Color information
#BC4DF3 (or 0xBC4DF3) is known color: Medium Orchid. HEX triplet: BC, 4D and F3. RGB value is (188,77,243). Sum of RGB (Red+Green+Blue) = 188+77+243=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC4DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4DF3 is #43B20C. Grayscale: #808080. Windows color (decimal): -4436493 or 15945148. OLE color: 15945148.
HSL color Cylindrical-coordinate representation of color #BC4DF3: hue angle of 280.12º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC4DF3 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 77 | 243 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.05 |
| HSL | 280.12º | 0.87% | 0.63% | - |
| HSV(B) | 280.12º | 0.68% | 0.95% | - |
| XYZ | 39.57 | 22.47 | 87.05 | - |
| YUV | 129.11 | 192.27 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 243 | 0.23 | 0.68 | 0 | 0.05 | 280.12 | 0.87 | 0.63 |
| Hex | BC | 4D | F3 | 17 | 44 | 0 | 5 | 118 | 57 | 3F |
| Octal | 274 | 115 | 363 | 27 | 104 | 0 | 5 | 430 | 127 | 77 |
| Binary | 10111100 | 1001101 | 11110011 | 10111 | 1000100 | 0 | 101 | 100011000 | 1010111 | 111111 |
Color Harmonies of #BC4DF3
Complementary color
Monochromatic Colors of #BC4DF3
Black with #BC4DF3
Text Example
Text Example
White with #BC4DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DF3; }
p { color: rgb(188,77,243); }
H1.HeaderClassName
{
color: #BC4DF3;
}
.AnyTagClassName
{
color: #BC4DF3;
}
</style>
background-color css
<style>
a { background-color: #BC4DF3; }
a { background-color: rgb(188,77,243); }
div.DivClassName
{
background-color: #BC4DF3;
}
.BgClassName
{
background-color: #BC4DF3;
}
</style>
border-color css
<style>
span { border-color: #BC4DF3; }
span { border-color: rgb(188,77,243); }
td.TdClassName
{
border-color: #BC4DF3;
}
.TagClassName
{
border-color: #BC4DF3;
}
</style>