Shades of Fuchsia #BC65B5
Tints of Fuchsia #BC65B5
RGB
CMYK
RGB Variations
Color information
#BC65B5 (or 0xBC65B5) is known color: Fuchsia. HEX triplet: BC, 65 and B5. RGB value is (188,101,181). Sum of RGB (Red+Green+Blue) = 188+101+181=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65B5 is #439A4A. Grayscale: #878787. Windows color (decimal): -4430411 or 11888060. OLE color: 11888060.
HSL color Cylindrical-coordinate representation of color #BC65B5: hue angle of 304.83º 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 #BC65B5 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 181 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.26 |
| HSL | 304.83º | 0.39% | 0.57% | - |
| HSV(B) | 304.83º | 0.46% | 0.74% | - |
| XYZ | 33.73 | 23.33 | 46.44 | - |
| YUV | 136.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 181 | 0 | 0.46 | 0.04 | 0.26 | 304.83 | 0.39 | 0.57 |
| Hex | BC | 65 | B5 | 0 | 2E | 4 | 1A | 131 | 27 | 39 |
| Octal | 274 | 145 | 265 | 0 | 56 | 4 | 32 | 461 | 47 | 71 |
| Binary | 10111100 | 1100101 | 10110101 | 0 | 101110 | 100 | 11010 | 100110001 | 100111 | 111001 |
Color Harmonies of #BC65B5
Complementary color
Monochromatic Colors of #BC65B5
Black with #BC65B5
Text Example
Text Example
White with #BC65B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65B5; }
p { color: rgb(188,101,181); }
H1.HeaderClassName
{
color: #BC65B5;
}
.AnyTagClassName
{
color: #BC65B5;
}
</style>
background-color css
<style>
a { background-color: #BC65B5; }
a { background-color: rgb(188,101,181); }
div.DivClassName
{
background-color: #BC65B5;
}
.BgClassName
{
background-color: #BC65B5;
}
</style>
border-color css
<style>
span { border-color: #BC65B5; }
span { border-color: rgb(188,101,181); }
td.TdClassName
{
border-color: #BC65B5;
}
.TagClassName
{
border-color: #BC65B5;
}
</style>