Shades of Fuchsia #B43BC0
Tints of Fuchsia #B43BC0
RGB
CMYK
RGB Variations
Color information
#B43BC0 (or 0xB43BC0) is known color: Fuchsia. HEX triplet: B4, 3B and C0. RGB value is (180,59,192). Sum of RGB (Red+Green+Blue) = 180+59+192=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #B43BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43BC0 is #4BC43F. Grayscale: #6D6D6D. Windows color (decimal): -4965440 or 12598196. OLE color: 12598196.
HSL color Cylindrical-coordinate representation of color #B43BC0: hue angle of 294.59º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43BC0 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 59 | 192 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.25 |
| HSL | 294.59º | 0.53% | 0.49% | - |
| HSV(B) | 294.59º | 0.69% | 0.75% | - |
| XYZ | 29.9 | 16.64 | 51.5 | - |
| YUV | 110.34 | 174.09 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 59 | 192 | 0.06 | 0.69 | 0 | 0.25 | 294.59 | 0.53 | 0.49 |
| Hex | B4 | 3B | C0 | 6 | 45 | 0 | 19 | 127 | 35 | 31 |
| Octal | 264 | 73 | 300 | 6 | 105 | 0 | 31 | 447 | 65 | 61 |
| Binary | 10110100 | 111011 | 11000000 | 110 | 1000101 | 0 | 11001 | 100100111 | 110101 | 110001 |
Color Harmonies of #B43BC0
Complementary color
Monochromatic Colors of #B43BC0
Black with #B43BC0
Text Example
Text Example
White with #B43BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43BC0; }
p { color: rgb(180,59,192); }
H1.HeaderClassName
{
color: #B43BC0;
}
.AnyTagClassName
{
color: #B43BC0;
}
</style>
background-color css
<style>
a { background-color: #B43BC0; }
a { background-color: rgb(180,59,192); }
div.DivClassName
{
background-color: #B43BC0;
}
.BgClassName
{
background-color: #B43BC0;
}
</style>
border-color css
<style>
span { border-color: #B43BC0; }
span { border-color: rgb(180,59,192); }
td.TdClassName
{
border-color: #B43BC0;
}
.TagClassName
{
border-color: #B43BC0;
}
</style>