Shades of Fuchsia #B34DBA
Tints of Fuchsia #B34DBA
RGB
CMYK
RGB Variations
Color information
#B34DBA (or 0xB34DBA) is known color: Fuchsia. HEX triplet: B3, 4D and BA. RGB value is (179,77,186). Sum of RGB (Red+Green+Blue) = 179+77+186=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #B34DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DBA is #4CB245. Grayscale: #777777. Windows color (decimal): -5026374 or 12209587. OLE color: 12209587.
HSL color Cylindrical-coordinate representation of color #B34DBA: hue angle of 296.15º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34DBA is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 77 | 186 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.27 |
| HSL | 296.15º | 0.44% | 0.52% | - |
| HSV(B) | 296.15º | 0.59% | 0.73% | - |
| XYZ | 30.11 | 18.44 | 48.43 | - |
| YUV | 119.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 186 | 0.04 | 0.59 | 0 | 0.27 | 296.15 | 0.44 | 0.52 |
| Hex | B3 | 4D | BA | 4 | 3B | 0 | 1B | 128 | 2C | 34 |
| Octal | 263 | 115 | 272 | 4 | 73 | 0 | 33 | 450 | 54 | 64 |
| Binary | 10110011 | 1001101 | 10111010 | 100 | 111011 | 0 | 11011 | 100101000 | 101100 | 110100 |
Color Harmonies of #B34DBA
Complementary color
Monochromatic Colors of #B34DBA
Black with #B34DBA
Text Example
Text Example
White with #B34DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34DBA; }
p { color: rgb(179,77,186); }
H1.HeaderClassName
{
color: #B34DBA;
}
.AnyTagClassName
{
color: #B34DBA;
}
</style>
background-color css
<style>
a { background-color: #B34DBA; }
a { background-color: rgb(179,77,186); }
div.DivClassName
{
background-color: #B34DBA;
}
.BgClassName
{
background-color: #B34DBA;
}
</style>
border-color css
<style>
span { border-color: #B34DBA; }
span { border-color: rgb(179,77,186); }
td.TdClassName
{
border-color: #B34DBA;
}
.TagClassName
{
border-color: #B34DBA;
}
</style>