Shades of Fuchsia #BC66B8
Tints of Fuchsia #BC66B8
RGB
CMYK
RGB Variations
Color information
#BC66B8 (or 0xBC66B8) is known color: Fuchsia. HEX triplet: BC, 66 and B8. RGB value is (188,102,184). Sum of RGB (Red+Green+Blue) = 188+102+184=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66B8 is #439947. Grayscale: #888888. Windows color (decimal): -4430152 or 12084924. OLE color: 12084924.
HSL color Cylindrical-coordinate representation of color #BC66B8: hue angle of 302.79º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC66B8 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 184 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.26 |
| HSL | 302.79º | 0.39% | 0.57% | - |
| HSV(B) | 302.79º | 0.46% | 0.74% | - |
| XYZ | 34.14 | 23.65 | 48.11 | - |
| YUV | 137.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 184 | 0 | 0.46 | 0.02 | 0.26 | 302.79 | 0.39 | 0.57 |
| Hex | BC | 66 | B8 | 0 | 2E | 2 | 1A | 12F | 27 | 39 |
| Octal | 274 | 146 | 270 | 0 | 56 | 2 | 32 | 457 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10111000 | 0 | 101110 | 10 | 11010 | 100101111 | 100111 | 111001 |
Color Harmonies of #BC66B8
Complementary color
Monochromatic Colors of #BC66B8
Black with #BC66B8
Text Example
Text Example
White with #BC66B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66B8; }
p { color: rgb(188,102,184); }
H1.HeaderClassName
{
color: #BC66B8;
}
.AnyTagClassName
{
color: #BC66B8;
}
</style>
background-color css
<style>
a { background-color: #BC66B8; }
a { background-color: rgb(188,102,184); }
div.DivClassName
{
background-color: #BC66B8;
}
.BgClassName
{
background-color: #BC66B8;
}
</style>
border-color css
<style>
span { border-color: #BC66B8; }
span { border-color: rgb(188,102,184); }
td.TdClassName
{
border-color: #BC66B8;
}
.TagClassName
{
border-color: #BC66B8;
}
</style>