Shades of Fuchsia #B251B4
Tints of Fuchsia #B251B4
RGB
CMYK
RGB Variations
Color information
#B251B4 (or 0xB251B4) is known color: Fuchsia. HEX triplet: B2, 51 and B4. RGB value is (178,81,180). Sum of RGB (Red+Green+Blue) = 178+81+180=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #B251B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B251B4 is #4DAE4B. Grayscale: #787878. Windows color (decimal): -5090892 or 11817394. OLE color: 11817394.
HSL color Cylindrical-coordinate representation of color #B251B4: hue angle of 298.79º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B251B4 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 81 | 180 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.29 |
| HSL | 298.79º | 0.4% | 0.51% | - |
| HSV(B) | 298.79º | 0.55% | 0.71% | - |
| XYZ | 29.54 | 18.65 | 45.22 | - |
| YUV | 121.29 | 161.14 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 180 | 0.01 | 0.55 | 0 | 0.29 | 298.79 | 0.4 | 0.51 |
| Hex | B2 | 51 | B4 | 1 | 37 | 0 | 1D | 12B | 28 | 33 |
| Octal | 262 | 121 | 264 | 1 | 67 | 0 | 35 | 453 | 50 | 63 |
| Binary | 10110010 | 1010001 | 10110100 | 1 | 110111 | 0 | 11101 | 100101011 | 101000 | 110011 |
Color Harmonies of #B251B4
Complementary color
Monochromatic Colors of #B251B4
Black with #B251B4
Text Example
Text Example
White with #B251B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B251B4; }
p { color: rgb(178,81,180); }
H1.HeaderClassName
{
color: #B251B4;
}
.AnyTagClassName
{
color: #B251B4;
}
</style>
background-color css
<style>
a { background-color: #B251B4; }
a { background-color: rgb(178,81,180); }
div.DivClassName
{
background-color: #B251B4;
}
.BgClassName
{
background-color: #B251B4;
}
</style>
border-color css
<style>
span { border-color: #B251B4; }
span { border-color: rgb(178,81,180); }
td.TdClassName
{
border-color: #B251B4;
}
.TagClassName
{
border-color: #B251B4;
}
</style>