Shades of Fuchsia #B434AC
Tints of Fuchsia #B434AC
RGB
CMYK
RGB Variations
Color information
#B434AC (or 0xB434AC) is known color: Fuchsia. HEX triplet: B4, 34 and AC. RGB value is (180,52,172). Sum of RGB (Red+Green+Blue) = 180+52+172=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B434AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B434AC is #4BCB53. Grayscale: #676767. Windows color (decimal): -4967252 or 11285684. OLE color: 11285684.
HSL color Cylindrical-coordinate representation of color #B434AC: hue angle of 303.75º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B434AC is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 52 | 172 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.29 |
| HSL | 303.75º | 0.55% | 0.45% | - |
| HSV(B) | 303.75º | 0.71% | 0.71% | - |
| XYZ | 27.5 | 15.14 | 40.5 | - |
| YUV | 103.95 | 166.41 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 172 | 0 | 0.71 | 0.04 | 0.29 | 303.75 | 0.55 | 0.45 |
| Hex | B4 | 34 | AC | 0 | 47 | 4 | 1D | 130 | 37 | 2D |
| Octal | 264 | 64 | 254 | 0 | 107 | 4 | 35 | 460 | 67 | 55 |
| Binary | 10110100 | 110100 | 10101100 | 0 | 1000111 | 100 | 11101 | 100110000 | 110111 | 101101 |
Color Harmonies of #B434AC
Complementary color
Monochromatic Colors of #B434AC
Black with #B434AC
Text Example
Text Example
White with #B434AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B434AC; }
p { color: rgb(180,52,172); }
H1.HeaderClassName
{
color: #B434AC;
}
.AnyTagClassName
{
color: #B434AC;
}
</style>
background-color css
<style>
a { background-color: #B434AC; }
a { background-color: rgb(180,52,172); }
div.DivClassName
{
background-color: #B434AC;
}
.BgClassName
{
background-color: #B434AC;
}
</style>
border-color css
<style>
span { border-color: #B434AC; }
span { border-color: rgb(180,52,172); }
td.TdClassName
{
border-color: #B434AC;
}
.TagClassName
{
border-color: #B434AC;
}
</style>