Shades of Fuchsia #BC68AF
Tints of Fuchsia #BC68AF
RGB
CMYK
RGB Variations
Color information
#BC68AF (or 0xBC68AF) is known color: Fuchsia. HEX triplet: BC, 68 and AF. RGB value is (188,104,175). Sum of RGB (Red+Green+Blue) = 188+104+175=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC68AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC68AF is #439750. Grayscale: #898989. Windows color (decimal): -4429649 or 11495612. OLE color: 11495612.
HSL color Cylindrical-coordinate representation of color #BC68AF: hue angle of 309.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC68AF is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 175 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.26 |
| HSL | 309.29º | 0.39% | 0.57% | - |
| HSV(B) | 309.29º | 0.45% | 0.74% | - |
| XYZ | 33.43 | 23.69 | 43.37 | - |
| YUV | 137.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 175 | 0 | 0.45 | 0.07 | 0.26 | 309.29 | 0.39 | 0.57 |
| Hex | BC | 68 | AF | 0 | 2D | 7 | 1A | 135 | 27 | 39 |
| Octal | 274 | 150 | 257 | 0 | 55 | 7 | 32 | 465 | 47 | 71 |
| Binary | 10111100 | 1101000 | 10101111 | 0 | 101101 | 111 | 11010 | 100110101 | 100111 | 111001 |
Color Harmonies of #BC68AF
Complementary color
Monochromatic Colors of #BC68AF
Black with #BC68AF
Text Example
Text Example
White with #BC68AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68AF; }
p { color: rgb(188,104,175); }
H1.HeaderClassName
{
color: #BC68AF;
}
.AnyTagClassName
{
color: #BC68AF;
}
</style>
background-color css
<style>
a { background-color: #BC68AF; }
a { background-color: rgb(188,104,175); }
div.DivClassName
{
background-color: #BC68AF;
}
.BgClassName
{
background-color: #BC68AF;
}
</style>
border-color css
<style>
span { border-color: #BC68AF; }
span { border-color: rgb(188,104,175); }
td.TdClassName
{
border-color: #BC68AF;
}
.TagClassName
{
border-color: #BC68AF;
}
</style>