Shades of Fuchsia #BC65B7
Tints of Fuchsia #BC65B7
RGB
CMYK
RGB Variations
Color information
#BC65B7 (or 0xBC65B7) is known color: Fuchsia. HEX triplet: BC, 65 and B7. RGB value is (188,101,183). Sum of RGB (Red+Green+Blue) = 188+101+183=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65B7 is #439A48. Grayscale: #888888. Windows color (decimal): -4430409 or 12019132. OLE color: 12019132.
HSL color Cylindrical-coordinate representation of color #BC65B7: hue angle of 303.45º 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 #BC65B7 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 183 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.26 |
| HSL | 303.45º | 0.39% | 0.57% | - |
| HSV(B) | 303.45º | 0.46% | 0.74% | - |
| XYZ | 33.94 | 23.42 | 47.53 | - |
| YUV | 136.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 183 | 0 | 0.46 | 0.03 | 0.26 | 303.45 | 0.39 | 0.57 |
| Hex | BC | 65 | B7 | 0 | 2E | 3 | 1A | 12F | 27 | 39 |
| Octal | 274 | 145 | 267 | 0 | 56 | 3 | 32 | 457 | 47 | 71 |
| Binary | 10111100 | 1100101 | 10110111 | 0 | 101110 | 11 | 11010 | 100101111 | 100111 | 111001 |
Color Harmonies of #BC65B7
Complementary color
Monochromatic Colors of #BC65B7
Black with #BC65B7
Text Example
Text Example
White with #BC65B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65B7; }
p { color: rgb(188,101,183); }
H1.HeaderClassName
{
color: #BC65B7;
}
.AnyTagClassName
{
color: #BC65B7;
}
</style>
background-color css
<style>
a { background-color: #BC65B7; }
a { background-color: rgb(188,101,183); }
div.DivClassName
{
background-color: #BC65B7;
}
.BgClassName
{
background-color: #BC65B7;
}
</style>
border-color css
<style>
span { border-color: #BC65B7; }
span { border-color: rgb(188,101,183); }
td.TdClassName
{
border-color: #BC65B7;
}
.TagClassName
{
border-color: #BC65B7;
}
</style>