Shades of Medium Orchid #BC4CF3
Tints of Medium Orchid #BC4CF3
RGB
CMYK
RGB Variations
Color information
#BC4CF3 (or 0xBC4CF3) is known color: Medium Orchid. HEX triplet: BC, 4C and F3. RGB value is (188,76,243). Sum of RGB (Red+Green+Blue) = 188+76+243=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC4CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4CF3 is #43B30C. Grayscale: #7F7F7F. Windows color (decimal): -4436749 or 15944892. OLE color: 15944892.
HSL color Cylindrical-coordinate representation of color #BC4CF3: hue angle of 280.24º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4CF3 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 76 | 243 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.05 |
| HSL | 280.24º | 0.87% | 0.63% | - |
| HSV(B) | 280.24º | 0.69% | 0.95% | - |
| XYZ | 39.5 | 22.33 | 87.02 | - |
| YUV | 128.53 | 192.61 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 243 | 0.23 | 0.69 | 0 | 0.05 | 280.24 | 0.87 | 0.63 |
| Hex | BC | 4C | F3 | 17 | 45 | 0 | 5 | 118 | 57 | 3F |
| Octal | 274 | 114 | 363 | 27 | 105 | 0 | 5 | 430 | 127 | 77 |
| Binary | 10111100 | 1001100 | 11110011 | 10111 | 1000101 | 0 | 101 | 100011000 | 1010111 | 111111 |
Color Harmonies of #BC4CF3
Complementary color
Monochromatic Colors of #BC4CF3
Black with #BC4CF3
Text Example
Text Example
White with #BC4CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CF3; }
p { color: rgb(188,76,243); }
H1.HeaderClassName
{
color: #BC4CF3;
}
.AnyTagClassName
{
color: #BC4CF3;
}
</style>
background-color css
<style>
a { background-color: #BC4CF3; }
a { background-color: rgb(188,76,243); }
div.DivClassName
{
background-color: #BC4CF3;
}
.BgClassName
{
background-color: #BC4CF3;
}
</style>
border-color css
<style>
span { border-color: #BC4CF3; }
span { border-color: rgb(188,76,243); }
td.TdClassName
{
border-color: #BC4CF3;
}
.TagClassName
{
border-color: #BC4CF3;
}
</style>