Shades of Fuchsia #B340C2
Tints of Fuchsia #B340C2
RGB
CMYK
RGB Variations
Color information
#B340C2 (or 0xB340C2) is known color: Fuchsia. HEX triplet: B3, 40 and C2. RGB value is (179,64,194). Sum of RGB (Red+Green+Blue) = 179+64+194=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 194 - color contains mainly: blue. Hex color #B340C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B340C2 is #4CBF3D. Grayscale: #707070. Windows color (decimal): -5029694 or 12730547. OLE color: 12730547.
HSL color Cylindrical-coordinate representation of color #B340C2: hue angle of 293.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B340C2 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 64 | 194 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.24 |
| HSL | 293.08º | 0.52% | 0.51% | - |
| HSV(B) | 293.08º | 0.67% | 0.76% | - |
| XYZ | 30.16 | 17.15 | 52.76 | - |
| YUV | 113.21 | 173.6 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 194 | 0.08 | 0.67 | 0 | 0.24 | 293.08 | 0.52 | 0.51 |
| Hex | B3 | 40 | C2 | 8 | 43 | 0 | 18 | 125 | 34 | 33 |
| Octal | 263 | 100 | 302 | 10 | 103 | 0 | 30 | 445 | 64 | 63 |
| Binary | 10110011 | 1000000 | 11000010 | 1000 | 1000011 | 0 | 11000 | 100100101 | 110100 | 110011 |
Color Harmonies of #B340C2
Complementary color
Monochromatic Colors of #B340C2
Black with #B340C2
Text Example
Text Example
White with #B340C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B340C2; }
p { color: rgb(179,64,194); }
H1.HeaderClassName
{
color: #B340C2;
}
.AnyTagClassName
{
color: #B340C2;
}
</style>
background-color css
<style>
a { background-color: #B340C2; }
a { background-color: rgb(179,64,194); }
div.DivClassName
{
background-color: #B340C2;
}
.BgClassName
{
background-color: #B340C2;
}
</style>
border-color css
<style>
span { border-color: #B340C2; }
span { border-color: rgb(179,64,194); }
td.TdClassName
{
border-color: #B340C2;
}
.TagClassName
{
border-color: #B340C2;
}
</style>