Shades of Fuchsia #B43CBC
Tints of Fuchsia #B43CBC
RGB
CMYK
RGB Variations
Color information
#B43CBC (or 0xB43CBC) is known color: Fuchsia. HEX triplet: B4, 3C and BC. RGB value is (180,60,188). Sum of RGB (Red+Green+Blue) = 180+60+188=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #B43CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CBC is #4BC343. Grayscale: #6E6E6E. Windows color (decimal): -4965188 or 12336308. OLE color: 12336308.
HSL color Cylindrical-coordinate representation of color #B43CBC: hue angle of 296.25º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43CBC is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 60 | 188 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.26 |
| HSL | 296.25º | 0.52% | 0.49% | - |
| HSV(B) | 296.25º | 0.68% | 0.74% | - |
| XYZ | 29.52 | 16.57 | 49.22 | - |
| YUV | 110.47 | 171.76 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 188 | 0.04 | 0.68 | 0 | 0.26 | 296.25 | 0.52 | 0.49 |
| Hex | B4 | 3C | BC | 4 | 44 | 0 | 1A | 128 | 34 | 31 |
| Octal | 264 | 74 | 274 | 4 | 104 | 0 | 32 | 450 | 64 | 61 |
| Binary | 10110100 | 111100 | 10111100 | 100 | 1000100 | 0 | 11010 | 100101000 | 110100 | 110001 |
Color Harmonies of #B43CBC
Complementary color
Monochromatic Colors of #B43CBC
Black with #B43CBC
Text Example
Text Example
White with #B43CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43CBC; }
p { color: rgb(180,60,188); }
H1.HeaderClassName
{
color: #B43CBC;
}
.AnyTagClassName
{
color: #B43CBC;
}
</style>
background-color css
<style>
a { background-color: #B43CBC; }
a { background-color: rgb(180,60,188); }
div.DivClassName
{
background-color: #B43CBC;
}
.BgClassName
{
background-color: #B43CBC;
}
</style>
border-color css
<style>
span { border-color: #B43CBC; }
span { border-color: rgb(180,60,188); }
td.TdClassName
{
border-color: #B43CBC;
}
.TagClassName
{
border-color: #B43CBC;
}
</style>