Shades of Fuchsia #BC65BB
Tints of Fuchsia #BC65BB
RGB
CMYK
RGB Variations
Color information
#BC65BB (or 0xBC65BB) is known color: Fuchsia. HEX triplet: BC, 65 and BB. RGB value is (188,101,187). Sum of RGB (Red+Green+Blue) = 188+101+187=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65BB is #439A44. Grayscale: #888888. Windows color (decimal): -4430405 or 12281276. OLE color: 12281276.
HSL color Cylindrical-coordinate representation of color #BC65BB: hue angle of 300.69º 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 #BC65BB is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 187 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.26 |
| HSL | 300.69º | 0.39% | 0.57% | - |
| HSV(B) | 300.69º | 0.46% | 0.74% | - |
| XYZ | 34.36 | 23.59 | 49.76 | - |
| YUV | 136.82 | 156.32 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 187 | 0 | 0.46 | 0.01 | 0.26 | 300.69 | 0.39 | 0.57 |
| Hex | BC | 65 | BB | 0 | 2E | 1 | 1A | 12D | 27 | 39 |
| Octal | 274 | 145 | 273 | 0 | 56 | 1 | 32 | 455 | 47 | 71 |
| Binary | 10111100 | 1100101 | 10111011 | 0 | 101110 | 1 | 11010 | 100101101 | 100111 | 111001 |
Color Harmonies of #BC65BB
Complementary color
Monochromatic Colors of #BC65BB
Black with #BC65BB
Text Example
Text Example
White with #BC65BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65BB; }
p { color: rgb(188,101,187); }
H1.HeaderClassName
{
color: #BC65BB;
}
.AnyTagClassName
{
color: #BC65BB;
}
</style>
background-color css
<style>
a { background-color: #BC65BB; }
a { background-color: rgb(188,101,187); }
div.DivClassName
{
background-color: #BC65BB;
}
.BgClassName
{
background-color: #BC65BB;
}
</style>
border-color css
<style>
span { border-color: #BC65BB; }
span { border-color: rgb(188,101,187); }
td.TdClassName
{
border-color: #BC65BB;
}
.TagClassName
{
border-color: #BC65BB;
}
</style>