Shades of Fuchsia #BC68B5
Tints of Fuchsia #BC68B5
RGB
CMYK
RGB Variations
Color information
#BC68B5 (or 0xBC68B5) is known color: Fuchsia. HEX triplet: BC, 68 and B5. RGB value is (188,104,181). Sum of RGB (Red+Green+Blue) = 188+104+181=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC68B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68B5 is #43974A. Grayscale: #898989. Windows color (decimal): -4429643 or 11888828. OLE color: 11888828.
HSL color Cylindrical-coordinate representation of color #BC68B5: hue angle of 305º 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 #BC68B5 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 181 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.26 |
| HSL | 305º | 0.39% | 0.57% | - |
| HSV(B) | 305º | 0.45% | 0.74% | - |
| XYZ | 34.03 | 23.93 | 46.54 | - |
| YUV | 137.89 | 152.33 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 181 | 0 | 0.45 | 0.04 | 0.26 | 305 | 0.39 | 0.57 |
| Hex | BC | 68 | B5 | 0 | 2D | 4 | 1A | 131 | 27 | 39 |
| Octal | 274 | 150 | 265 | 0 | 55 | 4 | 32 | 461 | 47 | 71 |
| Binary | 10111100 | 1101000 | 10110101 | 0 | 101101 | 100 | 11010 | 100110001 | 100111 | 111001 |
Color Harmonies of #BC68B5
Complementary color
Monochromatic Colors of #BC68B5
Black with #BC68B5
Text Example
Text Example
White with #BC68B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68B5; }
p { color: rgb(188,104,181); }
H1.HeaderClassName
{
color: #BC68B5;
}
.AnyTagClassName
{
color: #BC68B5;
}
</style>
background-color css
<style>
a { background-color: #BC68B5; }
a { background-color: rgb(188,104,181); }
div.DivClassName
{
background-color: #BC68B5;
}
.BgClassName
{
background-color: #BC68B5;
}
</style>
border-color css
<style>
span { border-color: #BC68B5; }
span { border-color: rgb(188,104,181); }
td.TdClassName
{
border-color: #BC68B5;
}
.TagClassName
{
border-color: #BC68B5;
}
</style>