Shades of Fuchsia #BC38B8
Tints of Fuchsia #BC38B8
RGB
CMYK
RGB Variations
Color information
#BC38B8 (or 0xBC38B8) is known color: Fuchsia. HEX triplet: BC, 38 and B8. RGB value is (188,56,184). Sum of RGB (Red+Green+Blue) = 188+56+184=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC38B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38B8 is #43C747. Grayscale: #6D6D6D. Windows color (decimal): -4441928 or 12073148. OLE color: 12073148.
HSL color Cylindrical-coordinate representation of color #BC38B8: hue angle of 301.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC38B8 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 184 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.26 |
| HSL | 301.82º | 0.54% | 0.48% | - |
| HSV(B) | 301.82º | 0.7% | 0.74% | - |
| XYZ | 30.8 | 16.98 | 47 | - |
| YUV | 110.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 184 | 0 | 0.70 | 0.02 | 0.26 | 301.82 | 0.54 | 0.48 |
| Hex | BC | 38 | B8 | 0 | 46 | 2 | 1A | 12E | 36 | 30 |
| Octal | 274 | 70 | 270 | 0 | 106 | 2 | 32 | 456 | 66 | 60 |
| Binary | 10111100 | 111000 | 10111000 | 0 | 1000110 | 10 | 11010 | 100101110 | 110110 | 110000 |
Color Harmonies of #BC38B8
Complementary color
Monochromatic Colors of #BC38B8
Black with #BC38B8
Text Example
Text Example
White with #BC38B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC38B8; }
p { color: rgb(188,56,184); }
H1.HeaderClassName
{
color: #BC38B8;
}
.AnyTagClassName
{
color: #BC38B8;
}
</style>
background-color css
<style>
a { background-color: #BC38B8; }
a { background-color: rgb(188,56,184); }
div.DivClassName
{
background-color: #BC38B8;
}
.BgClassName
{
background-color: #BC38B8;
}
</style>
border-color css
<style>
span { border-color: #BC38B8; }
span { border-color: rgb(188,56,184); }
td.TdClassName
{
border-color: #BC38B8;
}
.TagClassName
{
border-color: #BC38B8;
}
</style>