Shades of Fuchsia #B430B9
Tints of Fuchsia #B430B9
RGB
CMYK
RGB Variations
Color information
#B430B9 (or 0xB430B9) is known color: Fuchsia. HEX triplet: B4, 30 and B9. RGB value is (180,48,185). Sum of RGB (Red+Green+Blue) = 180+48+185=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #B430B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430B9 is #4BCF46. Grayscale: #666666. Windows color (decimal): -4968263 or 12136628. OLE color: 12136628.
HSL color Cylindrical-coordinate representation of color #B430B9: hue angle of 297.81º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B430B9 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 48 | 185 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.27 |
| HSL | 297.81º | 0.59% | 0.46% | - |
| HSV(B) | 297.81º | 0.74% | 0.73% | - |
| XYZ | 28.64 | 15.32 | 47.35 | - |
| YUV | 103.09 | 174.23 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 185 | 0.03 | 0.74 | 0 | 0.27 | 297.81 | 0.59 | 0.46 |
| Hex | B4 | 30 | B9 | 3 | 4A | 0 | 1B | 12A | 3B | 2E |
| Octal | 264 | 60 | 271 | 3 | 112 | 0 | 33 | 452 | 73 | 56 |
| Binary | 10110100 | 110000 | 10111001 | 11 | 1001010 | 0 | 11011 | 100101010 | 111011 | 101110 |
Color Harmonies of #B430B9
Complementary color
Monochromatic Colors of #B430B9
Black with #B430B9
Text Example
Text Example
White with #B430B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B430B9; }
p { color: rgb(180,48,185); }
H1.HeaderClassName
{
color: #B430B9;
}
.AnyTagClassName
{
color: #B430B9;
}
</style>
background-color css
<style>
a { background-color: #B430B9; }
a { background-color: rgb(180,48,185); }
div.DivClassName
{
background-color: #B430B9;
}
.BgClassName
{
background-color: #B430B9;
}
</style>
border-color css
<style>
span { border-color: #B430B9; }
span { border-color: rgb(180,48,185); }
td.TdClassName
{
border-color: #B430B9;
}
.TagClassName
{
border-color: #B430B9;
}
</style>