Shades of Fuchsia #B346BD
Tints of Fuchsia #B346BD
RGB
CMYK
RGB Variations
Color information
#B346BD (or 0xB346BD) is known color: Fuchsia. HEX triplet: B3, 46 and BD. RGB value is (179,70,189). Sum of RGB (Red+Green+Blue) = 179+70+189=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #B346BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B346BD is #4CB942. Grayscale: #737373. Windows color (decimal): -5028163 or 12404403. OLE color: 12404403.
HSL color Cylindrical-coordinate representation of color #B346BD: hue angle of 294.96º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B346BD is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 70 | 189 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.26 |
| HSL | 294.96º | 0.47% | 0.51% | - |
| HSV(B) | 294.96º | 0.63% | 0.74% | - |
| XYZ | 29.97 | 17.64 | 49.97 | - |
| YUV | 116.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 189 | 0.05 | 0.63 | 0 | 0.26 | 294.96 | 0.47 | 0.51 |
| Hex | B3 | 46 | BD | 5 | 3F | 0 | 1A | 127 | 2F | 33 |
| Octal | 263 | 106 | 275 | 5 | 77 | 0 | 32 | 447 | 57 | 63 |
| Binary | 10110011 | 1000110 | 10111101 | 101 | 111111 | 0 | 11010 | 100100111 | 101111 | 110011 |
Color Harmonies of #B346BD
Complementary color
Monochromatic Colors of #B346BD
Black with #B346BD
Text Example
Text Example
White with #B346BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B346BD; }
p { color: rgb(179,70,189); }
H1.HeaderClassName
{
color: #B346BD;
}
.AnyTagClassName
{
color: #B346BD;
}
</style>
background-color css
<style>
a { background-color: #B346BD; }
a { background-color: rgb(179,70,189); }
div.DivClassName
{
background-color: #B346BD;
}
.BgClassName
{
background-color: #B346BD;
}
</style>
border-color css
<style>
span { border-color: #B346BD; }
span { border-color: rgb(179,70,189); }
td.TdClassName
{
border-color: #B346BD;
}
.TagClassName
{
border-color: #B346BD;
}
</style>