Shades of Fuchsia #B255B4
Tints of Fuchsia #B255B4
RGB
CMYK
RGB Variations
Color information
#B255B4 (or 0xB255B4) is known color: Fuchsia. HEX triplet: B2, 55 and B4. RGB value is (178,85,180). Sum of RGB (Red+Green+Blue) = 178+85+180=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #B255B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255B4 is #4DAA4B. Grayscale: #7B7B7B. Windows color (decimal): -5089868 or 11818418. OLE color: 11818418.
HSL color Cylindrical-coordinate representation of color #B255B4: hue angle of 298.74º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B255B4 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 85 | 180 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.29 |
| HSL | 298.74º | 0.39% | 0.52% | - |
| HSV(B) | 298.74º | 0.53% | 0.71% | - |
| XYZ | 29.85 | 19.26 | 45.32 | - |
| YUV | 123.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 180 | 0.01 | 0.53 | 0 | 0.29 | 298.74 | 0.39 | 0.52 |
| Hex | B2 | 55 | B4 | 1 | 35 | 0 | 1D | 12B | 27 | 34 |
| Octal | 262 | 125 | 264 | 1 | 65 | 0 | 35 | 453 | 47 | 64 |
| Binary | 10110010 | 1010101 | 10110100 | 1 | 110101 | 0 | 11101 | 100101011 | 100111 | 110100 |
Color Harmonies of #B255B4
Complementary color
Monochromatic Colors of #B255B4
Black with #B255B4
Text Example
Text Example
White with #B255B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B255B4; }
p { color: rgb(178,85,180); }
H1.HeaderClassName
{
color: #B255B4;
}
.AnyTagClassName
{
color: #B255B4;
}
</style>
background-color css
<style>
a { background-color: #B255B4; }
a { background-color: rgb(178,85,180); }
div.DivClassName
{
background-color: #B255B4;
}
.BgClassName
{
background-color: #B255B4;
}
</style>
border-color css
<style>
span { border-color: #B255B4; }
span { border-color: rgb(178,85,180); }
td.TdClassName
{
border-color: #B255B4;
}
.TagClassName
{
border-color: #B255B4;
}
</style>