Shades of Fuchsia #B555B6
Tints of Fuchsia #B555B6
RGB
CMYK
RGB Variations
Color information
#B555B6 (or 0xB555B6) is known color: Fuchsia. HEX triplet: B5, 55 and B6. RGB value is (181,85,182). Sum of RGB (Red+Green+Blue) = 181+85+182=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 182 - color contains mainly: blue. Hex color #B555B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B555B6 is #4AAA49. Grayscale: #7C7C7C. Windows color (decimal): -4893258 or 11949493. OLE color: 11949493.
HSL color Cylindrical-coordinate representation of color #B555B6: hue angle of 299.38º degrees, saturation: 0.4, 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 #B555B6 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 182 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.29 |
| HSL | 299.38º | 0.4% | 0.52% | - |
| HSV(B) | 299.38º | 0.53% | 0.71% | - |
| XYZ | 30.75 | 19.7 | 46.44 | - |
| YUV | 124.76 | 160.3 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 182 | 0.01 | 0.53 | 0 | 0.29 | 299.38 | 0.4 | 0.52 |
| Hex | B5 | 55 | B6 | 1 | 35 | 0 | 1D | 12B | 28 | 34 |
| Octal | 265 | 125 | 266 | 1 | 65 | 0 | 35 | 453 | 50 | 64 |
| Binary | 10110101 | 1010101 | 10110110 | 1 | 110101 | 0 | 11101 | 100101011 | 101000 | 110100 |
Color Harmonies of #B555B6
Complementary color
Monochromatic Colors of #B555B6
Black with #B555B6
Text Example
Text Example
White with #B555B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B555B6; }
p { color: rgb(181,85,182); }
H1.HeaderClassName
{
color: #B555B6;
}
.AnyTagClassName
{
color: #B555B6;
}
</style>
background-color css
<style>
a { background-color: #B555B6; }
a { background-color: rgb(181,85,182); }
div.DivClassName
{
background-color: #B555B6;
}
.BgClassName
{
background-color: #B555B6;
}
</style>
border-color css
<style>
span { border-color: #B555B6; }
span { border-color: rgb(181,85,182); }
td.TdClassName
{
border-color: #B555B6;
}
.TagClassName
{
border-color: #B555B6;
}
</style>