Shades of Fuchsia #BC74B8
Tints of Fuchsia #BC74B8
RGB
CMYK
RGB Variations
Color information
#BC74B8 (or 0xBC74B8) is known color: Fuchsia. HEX triplet: BC, 74 and B8. RGB value is (188,116,184). Sum of RGB (Red+Green+Blue) = 188+116+184=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC74B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74B8 is #438B47. Grayscale: #919191. Windows color (decimal): -4426568 or 12088508. OLE color: 12088508.
HSL color Cylindrical-coordinate representation of color #BC74B8: hue angle of 303.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC74B8 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 184 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.26 |
| HSL | 303.33º | 0.35% | 0.6% | - |
| HSV(B) | 303.33º | 0.38% | 0.74% | - |
| XYZ | 35.64 | 26.64 | 48.61 | - |
| YUV | 145.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 184 | 0 | 0.38 | 0.02 | 0.26 | 303.33 | 0.35 | 0.6 |
| Hex | BC | 74 | B8 | 0 | 26 | 2 | 1A | 12F | 23 | 3C |
| Octal | 274 | 164 | 270 | 0 | 46 | 2 | 32 | 457 | 43 | 74 |
| Binary | 10111100 | 1110100 | 10111000 | 0 | 100110 | 10 | 11010 | 100101111 | 100011 | 111100 |
Color Harmonies of #BC74B8
Complementary color
Monochromatic Colors of #BC74B8
Black with #BC74B8
Text Example
Text Example
White with #BC74B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74B8; }
p { color: rgb(188,116,184); }
H1.HeaderClassName
{
color: #BC74B8;
}
.AnyTagClassName
{
color: #BC74B8;
}
</style>
background-color css
<style>
a { background-color: #BC74B8; }
a { background-color: rgb(188,116,184); }
div.DivClassName
{
background-color: #BC74B8;
}
.BgClassName
{
background-color: #BC74B8;
}
</style>
border-color css
<style>
span { border-color: #BC74B8; }
span { border-color: rgb(188,116,184); }
td.TdClassName
{
border-color: #BC74B8;
}
.TagClassName
{
border-color: #BC74B8;
}
</style>