Shades of Fuchsia #B445A8
Tints of Fuchsia #B445A8
RGB
CMYK
RGB Variations
Color information
#B445A8 (or 0xB445A8) is known color: Fuchsia. HEX triplet: B4, 45 and A8. RGB value is (180,69,168). Sum of RGB (Red+Green+Blue) = 180+69+168=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B445A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B445A8 is #4BBA57. Grayscale: #717171. Windows color (decimal): -4962904 or 11027892. OLE color: 11027892.
HSL color Cylindrical-coordinate representation of color #B445A8: hue angle of 306.49º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B445A8 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 69 | 168 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.29 |
| HSL | 306.49º | 0.45% | 0.49% | - |
| HSV(B) | 306.49º | 0.62% | 0.71% | - |
| XYZ | 28.02 | 16.79 | 38.81 | - |
| YUV | 113.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 168 | 0 | 0.62 | 0.07 | 0.29 | 306.49 | 0.45 | 0.49 |
| Hex | B4 | 45 | A8 | 0 | 3E | 7 | 1D | 132 | 2D | 31 |
| Octal | 264 | 105 | 250 | 0 | 76 | 7 | 35 | 462 | 55 | 61 |
| Binary | 10110100 | 1000101 | 10101000 | 0 | 111110 | 111 | 11101 | 100110010 | 101101 | 110001 |
Color Harmonies of #B445A8
Complementary color
Monochromatic Colors of #B445A8
Black with #B445A8
Text Example
Text Example
White with #B445A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B445A8; }
p { color: rgb(180,69,168); }
H1.HeaderClassName
{
color: #B445A8;
}
.AnyTagClassName
{
color: #B445A8;
}
</style>
background-color css
<style>
a { background-color: #B445A8; }
a { background-color: rgb(180,69,168); }
div.DivClassName
{
background-color: #B445A8;
}
.BgClassName
{
background-color: #B445A8;
}
</style>
border-color css
<style>
span { border-color: #B445A8; }
span { border-color: rgb(180,69,168); }
td.TdClassName
{
border-color: #B445A8;
}
.TagClassName
{
border-color: #B445A8;
}
</style>