Shades of Fuchsia #BC26AF
Tints of Fuchsia #BC26AF
RGB
CMYK
RGB Variations
Color information
#BC26AF (or 0xBC26AF) is known color: Fuchsia. HEX triplet: BC, 26 and AF. RGB value is (188,38,175). Sum of RGB (Red+Green+Blue) = 188+38+175=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC26AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC26AF is #43D950. Grayscale: #626262. Windows color (decimal): -4446545 or 11478716. OLE color: 11478716.
HSL color Cylindrical-coordinate representation of color #BC26AF: hue angle of 305.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC26AF is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 175 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.26 |
| HSL | 305.2º | 0.66% | 0.44% | - |
| HSV(B) | 305.2º | 0.8% | 0.74% | - |
| XYZ | 29.17 | 15.17 | 41.95 | - |
| YUV | 98.47 | 171.2 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 175 | 0 | 0.80 | 0.07 | 0.26 | 305.2 | 0.66 | 0.44 |
| Hex | BC | 26 | AF | 0 | 50 | 7 | 1A | 131 | 42 | 2C |
| Octal | 274 | 46 | 257 | 0 | 120 | 7 | 32 | 461 | 102 | 54 |
| Binary | 10111100 | 100110 | 10101111 | 0 | 1010000 | 111 | 11010 | 100110001 | 1000010 | 101100 |
Color Harmonies of #BC26AF
Complementary color
Monochromatic Colors of #BC26AF
Black with #BC26AF
Text Example
Text Example
White with #BC26AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26AF; }
p { color: rgb(188,38,175); }
H1.HeaderClassName
{
color: #BC26AF;
}
.AnyTagClassName
{
color: #BC26AF;
}
</style>
background-color css
<style>
a { background-color: #BC26AF; }
a { background-color: rgb(188,38,175); }
div.DivClassName
{
background-color: #BC26AF;
}
.BgClassName
{
background-color: #BC26AF;
}
</style>
border-color css
<style>
span { border-color: #BC26AF; }
span { border-color: rgb(188,38,175); }
td.TdClassName
{
border-color: #BC26AF;
}
.TagClassName
{
border-color: #BC26AF;
}
</style>