Shades of Fuchsia #BC65B4
Tints of Fuchsia #BC65B4
RGB
CMYK
RGB Variations
Color information
#BC65B4 (or 0xBC65B4) is known color: Fuchsia. HEX triplet: BC, 65 and B4. RGB value is (188,101,180). Sum of RGB (Red+Green+Blue) = 188+101+180=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65B4 is #439A4B. Grayscale: #878787. Windows color (decimal): -4430412 or 11822524. OLE color: 11822524.
HSL color Cylindrical-coordinate representation of color #BC65B4: hue angle of 305.52º 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 #BC65B4 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 180 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.26 |
| HSL | 305.52º | 0.39% | 0.57% | - |
| HSV(B) | 305.52º | 0.46% | 0.74% | - |
| XYZ | 33.63 | 23.29 | 45.9 | - |
| YUV | 136.02 | 152.82 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 180 | 0 | 0.46 | 0.04 | 0.26 | 305.52 | 0.39 | 0.57 |
| Hex | BC | 65 | B4 | 0 | 2E | 4 | 1A | 132 | 27 | 39 |
| Octal | 274 | 145 | 264 | 0 | 56 | 4 | 32 | 462 | 47 | 71 |
| Binary | 10111100 | 1100101 | 10110100 | 0 | 101110 | 100 | 11010 | 100110010 | 100111 | 111001 |
Color Harmonies of #BC65B4
Complementary color
Monochromatic Colors of #BC65B4
Black with #BC65B4
Text Example
Text Example
White with #BC65B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65B4; }
p { color: rgb(188,101,180); }
H1.HeaderClassName
{
color: #BC65B4;
}
.AnyTagClassName
{
color: #BC65B4;
}
</style>
background-color css
<style>
a { background-color: #BC65B4; }
a { background-color: rgb(188,101,180); }
div.DivClassName
{
background-color: #BC65B4;
}
.BgClassName
{
background-color: #BC65B4;
}
</style>
border-color css
<style>
span { border-color: #BC65B4; }
span { border-color: rgb(188,101,180); }
td.TdClassName
{
border-color: #BC65B4;
}
.TagClassName
{
border-color: #BC65B4;
}
</style>