Shades of Fuchsia #B334BC
Tints of Fuchsia #B334BC
RGB
CMYK
RGB Variations
Color information
#B334BC (or 0xB334BC) is known color: Fuchsia. HEX triplet: B3, 34 and BC. RGB value is (179,52,188). Sum of RGB (Red+Green+Blue) = 179+52+188=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #B334BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334BC is #4CCB43. Grayscale: #696969. Windows color (decimal): -5032772 or 12334259. OLE color: 12334259.
HSL color Cylindrical-coordinate representation of color #B334BC: hue angle of 296.03º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B334BC is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 52 | 188 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.26 |
| HSL | 296.03º | 0.57% | 0.47% | - |
| HSV(B) | 296.03º | 0.72% | 0.74% | - |
| XYZ | 28.9 | 15.67 | 49.08 | - |
| YUV | 105.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 188 | 0.05 | 0.72 | 0 | 0.26 | 296.03 | 0.57 | 0.47 |
| Hex | B3 | 34 | BC | 5 | 48 | 0 | 1A | 128 | 39 | 2F |
| Octal | 263 | 64 | 274 | 5 | 110 | 0 | 32 | 450 | 71 | 57 |
| Binary | 10110011 | 110100 | 10111100 | 101 | 1001000 | 0 | 11010 | 100101000 | 111001 | 101111 |
Color Harmonies of #B334BC
Complementary color
Monochromatic Colors of #B334BC
Black with #B334BC
Text Example
Text Example
White with #B334BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334BC; }
p { color: rgb(179,52,188); }
H1.HeaderClassName
{
color: #B334BC;
}
.AnyTagClassName
{
color: #B334BC;
}
</style>
background-color css
<style>
a { background-color: #B334BC; }
a { background-color: rgb(179,52,188); }
div.DivClassName
{
background-color: #B334BC;
}
.BgClassName
{
background-color: #B334BC;
}
</style>
border-color css
<style>
span { border-color: #B334BC; }
span { border-color: rgb(179,52,188); }
td.TdClassName
{
border-color: #B334BC;
}
.TagClassName
{
border-color: #B334BC;
}
</style>