Shades of Fuchsia #B430B4
Tints of Fuchsia #B430B4
RGB
CMYK
RGB Variations
Color information
#B430B4 (or 0xB430B4) is known color: Fuchsia. HEX triplet: B4, 30 and B4. RGB value is (180,48,180). Sum of RGB (Red+Green+Blue) = 180+48+180=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B430B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430B4 is #4BCF4B. Grayscale: #666666. Windows color (decimal): -4968268 or 11808948. OLE color: 11808948.
HSL color Cylindrical-coordinate representation of color #B430B4: hue angle of 300º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B430B4 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 48 | 180 | - |
| CMYK | 0 | 0.73 | 0 | 0.29 |
| HSL | 300º | 0.58% | 0.45% | - |
| HSV(B) | 300º | 0.73% | 0.71% | - |
| XYZ | 28.12 | 15.11 | 44.62 | - |
| YUV | 102.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 180 | 0 | 0.73 | 0 | 0.29 | 300 | 0.58 | 0.45 |
| Hex | B4 | 30 | B4 | 0 | 49 | 0 | 1D | 12C | 3A | 2D |
| Octal | 264 | 60 | 264 | 0 | 111 | 0 | 35 | 454 | 72 | 55 |
| Binary | 10110100 | 110000 | 10110100 | 0 | 1001001 | 0 | 11101 | 100101100 | 111010 | 101101 |
Color Harmonies of #B430B4
Complementary color
Monochromatic Colors of #B430B4
Black with #B430B4
Text Example
Text Example
White with #B430B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B430B4; }
p { color: rgb(180,48,180); }
H1.HeaderClassName
{
color: #B430B4;
}
.AnyTagClassName
{
color: #B430B4;
}
</style>
background-color css
<style>
a { background-color: #B430B4; }
a { background-color: rgb(180,48,180); }
div.DivClassName
{
background-color: #B430B4;
}
.BgClassName
{
background-color: #B430B4;
}
</style>
border-color css
<style>
span { border-color: #B430B4; }
span { border-color: rgb(180,48,180); }
td.TdClassName
{
border-color: #B430B4;
}
.TagClassName
{
border-color: #B430B4;
}
</style>