Shades of Fuchsia #B34FB3
Tints of Fuchsia #B34FB3
RGB
CMYK
RGB Variations
Color information
#B34FB3 (or 0xB34FB3) is known color: Fuchsia. HEX triplet: B3, 4F and B3. RGB value is (179,79,179). Sum of RGB (Red+Green+Blue) = 179+79+179=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B34FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34FB3 is #4CB04C. Grayscale: #787878. Windows color (decimal): -5025869 or 11751347. OLE color: 11751347.
HSL color Cylindrical-coordinate representation of color #B34FB3: hue angle of 300º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B34FB3 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 79 | 179 | - |
| CMYK | 0 | 0.56 | 0 | 0.30 |
| HSL | 300º | 0.4% | 0.51% | - |
| HSV(B) | 300º | 0.56% | 0.7% | - |
| XYZ | 29.52 | 18.43 | 44.65 | - |
| YUV | 120.3 | 161.13 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 179 | 0 | 0.56 | 0 | 0.30 | 300 | 0.4 | 0.51 |
| Hex | B3 | 4F | B3 | 0 | 38 | 0 | 1E | 12C | 28 | 33 |
| Octal | 263 | 117 | 263 | 0 | 70 | 0 | 36 | 454 | 50 | 63 |
| Binary | 10110011 | 1001111 | 10110011 | 0 | 111000 | 0 | 11110 | 100101100 | 101000 | 110011 |
Color Harmonies of #B34FB3
Complementary color
Monochromatic Colors of #B34FB3
Black with #B34FB3
Text Example
Text Example
White with #B34FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34FB3; }
p { color: rgb(179,79,179); }
H1.HeaderClassName
{
color: #B34FB3;
}
.AnyTagClassName
{
color: #B34FB3;
}
</style>
background-color css
<style>
a { background-color: #B34FB3; }
a { background-color: rgb(179,79,179); }
div.DivClassName
{
background-color: #B34FB3;
}
.BgClassName
{
background-color: #B34FB3;
}
</style>
border-color css
<style>
span { border-color: #B34FB3; }
span { border-color: rgb(179,79,179); }
td.TdClassName
{
border-color: #B34FB3;
}
.TagClassName
{
border-color: #B34FB3;
}
</style>