Shades of Fuchsia #BC74C4
Tints of Fuchsia #BC74C4
RGB
CMYK
RGB Variations
Color information
#BC74C4 (or 0xBC74C4) is known color: Fuchsia. HEX triplet: BC, 74 and C4. RGB value is (188,116,196). Sum of RGB (Red+Green+Blue) = 188+116+196=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC74C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74C4 is #438B3B. Grayscale: #929292. Windows color (decimal): -4426556 or 12874940. OLE color: 12874940.
HSL color Cylindrical-coordinate representation of color #BC74C4: hue angle of 294º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC74C4 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 116 | 196 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.23 |
| HSL | 294º | 0.4% | 0.61% | - |
| HSV(B) | 294º | 0.41% | 0.77% | - |
| XYZ | 36.95 | 27.17 | 55.52 | - |
| YUV | 146.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 196 | 0.04 | 0.41 | 0 | 0.23 | 294 | 0.4 | 0.61 |
| Hex | BC | 74 | C4 | 4 | 29 | 0 | 17 | 126 | 28 | 3D |
| Octal | 274 | 164 | 304 | 4 | 51 | 0 | 27 | 446 | 50 | 75 |
| Binary | 10111100 | 1110100 | 11000100 | 100 | 101001 | 0 | 10111 | 100100110 | 101000 | 111101 |
Color Harmonies of #BC74C4
Complementary color
Monochromatic Colors of #BC74C4
Black with #BC74C4
Text Example
Text Example
White with #BC74C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74C4; }
p { color: rgb(188,116,196); }
H1.HeaderClassName
{
color: #BC74C4;
}
.AnyTagClassName
{
color: #BC74C4;
}
</style>
background-color css
<style>
a { background-color: #BC74C4; }
a { background-color: rgb(188,116,196); }
div.DivClassName
{
background-color: #BC74C4;
}
.BgClassName
{
background-color: #BC74C4;
}
</style>
border-color css
<style>
span { border-color: #BC74C4; }
span { border-color: rgb(188,116,196); }
td.TdClassName
{
border-color: #BC74C4;
}
.TagClassName
{
border-color: #BC74C4;
}
</style>