Shades of Fuchsia #B43DB2
Tints of Fuchsia #B43DB2
RGB
CMYK
RGB Variations
Color information
#B43DB2 (or 0xB43DB2) is known color: Fuchsia. HEX triplet: B4, 3D and B2. RGB value is (180,61,178). Sum of RGB (Red+Green+Blue) = 180+61+178=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B43DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43DB2 is #4BC24D. Grayscale: #6D6D6D. Windows color (decimal): -4964942 or 11681204. OLE color: 11681204.
HSL color Cylindrical-coordinate representation of color #B43DB2: hue angle of 301.01º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B43DB2 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 61 | 178 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.29 |
| HSL | 301.01º | 0.49% | 0.47% | - |
| HSV(B) | 301.01º | 0.66% | 0.71% | - |
| XYZ | 28.53 | 16.26 | 43.75 | - |
| YUV | 109.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 61 | 178 | 0 | 0.66 | 0.01 | 0.29 | 301.01 | 0.49 | 0.47 |
| Hex | B4 | 3D | B2 | 0 | 42 | 1 | 1D | 12D | 31 | 2F |
| Octal | 264 | 75 | 262 | 0 | 102 | 1 | 35 | 455 | 61 | 57 |
| Binary | 10110100 | 111101 | 10110010 | 0 | 1000010 | 1 | 11101 | 100101101 | 110001 | 101111 |
Color Harmonies of #B43DB2
Complementary color
Monochromatic Colors of #B43DB2
Black with #B43DB2
Text Example
Text Example
White with #B43DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43DB2; }
p { color: rgb(180,61,178); }
H1.HeaderClassName
{
color: #B43DB2;
}
.AnyTagClassName
{
color: #B43DB2;
}
</style>
background-color css
<style>
a { background-color: #B43DB2; }
a { background-color: rgb(180,61,178); }
div.DivClassName
{
background-color: #B43DB2;
}
.BgClassName
{
background-color: #B43DB2;
}
</style>
border-color css
<style>
span { border-color: #B43DB2; }
span { border-color: rgb(180,61,178); }
td.TdClassName
{
border-color: #B43DB2;
}
.TagClassName
{
border-color: #B43DB2;
}
</style>