Shades of Fuchsia #B345BC
Tints of Fuchsia #B345BC
RGB
CMYK
RGB Variations
Color information
#B345BC (or 0xB345BC) is known color: Fuchsia. HEX triplet: B3, 45 and BC. RGB value is (179,69,188). Sum of RGB (Red+Green+Blue) = 179+69+188=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #B345BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B345BC is #4CBA43. Grayscale: #737373. Windows color (decimal): -5028420 or 12338611. OLE color: 12338611.
HSL color Cylindrical-coordinate representation of color #B345BC: hue angle of 295.46º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B345BC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 69 | 188 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.26 |
| HSL | 295.46º | 0.47% | 0.5% | - |
| HSV(B) | 295.46º | 0.63% | 0.74% | - |
| XYZ | 29.8 | 17.47 | 49.38 | - |
| YUV | 115.46 | 168.94 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 188 | 0.05 | 0.63 | 0 | 0.26 | 295.46 | 0.47 | 0.5 |
| Hex | B3 | 45 | BC | 5 | 3F | 0 | 1A | 127 | 2F | 32 |
| Octal | 263 | 105 | 274 | 5 | 77 | 0 | 32 | 447 | 57 | 62 |
| Binary | 10110011 | 1000101 | 10111100 | 101 | 111111 | 0 | 11010 | 100100111 | 101111 | 110010 |
Color Harmonies of #B345BC
Complementary color
Monochromatic Colors of #B345BC
Black with #B345BC
Text Example
Text Example
White with #B345BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B345BC; }
p { color: rgb(179,69,188); }
H1.HeaderClassName
{
color: #B345BC;
}
.AnyTagClassName
{
color: #B345BC;
}
</style>
background-color css
<style>
a { background-color: #B345BC; }
a { background-color: rgb(179,69,188); }
div.DivClassName
{
background-color: #B345BC;
}
.BgClassName
{
background-color: #B345BC;
}
</style>
border-color css
<style>
span { border-color: #B345BC; }
span { border-color: rgb(179,69,188); }
td.TdClassName
{
border-color: #B345BC;
}
.TagClassName
{
border-color: #B345BC;
}
</style>