Shades of Fuchsia #BC65B0
Tints of Fuchsia #BC65B0
RGB
CMYK
RGB Variations
Color information
#BC65B0 (or 0xBC65B0) is known color: Fuchsia. HEX triplet: BC, 65 and B0. RGB value is (188,101,176). Sum of RGB (Red+Green+Blue) = 188+101+176=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC65B0 is #439A4F. Grayscale: #878787. Windows color (decimal): -4430416 or 11560380. OLE color: 11560380.
HSL color Cylindrical-coordinate representation of color #BC65B0: hue angle of 308.28º 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 #BC65B0 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 176 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.26 |
| HSL | 308.28º | 0.39% | 0.57% | - |
| HSV(B) | 308.28º | 0.46% | 0.74% | - |
| XYZ | 33.23 | 23.13 | 43.79 | - |
| YUV | 135.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 176 | 0 | 0.46 | 0.06 | 0.26 | 308.28 | 0.39 | 0.57 |
| Hex | BC | 65 | B0 | 0 | 2E | 6 | 1A | 134 | 27 | 39 |
| Octal | 274 | 145 | 260 | 0 | 56 | 6 | 32 | 464 | 47 | 71 |
| Binary | 10111100 | 1100101 | 10110000 | 0 | 101110 | 110 | 11010 | 100110100 | 100111 | 111001 |
Color Harmonies of #BC65B0
Complementary color
Monochromatic Colors of #BC65B0
Black with #BC65B0
Text Example
Text Example
White with #BC65B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65B0; }
p { color: rgb(188,101,176); }
H1.HeaderClassName
{
color: #BC65B0;
}
.AnyTagClassName
{
color: #BC65B0;
}
</style>
background-color css
<style>
a { background-color: #BC65B0; }
a { background-color: rgb(188,101,176); }
div.DivClassName
{
background-color: #BC65B0;
}
.BgClassName
{
background-color: #BC65B0;
}
</style>
border-color css
<style>
span { border-color: #BC65B0; }
span { border-color: rgb(188,101,176); }
td.TdClassName
{
border-color: #BC65B0;
}
.TagClassName
{
border-color: #BC65B0;
}
</style>