Shades of Fuchsia #B572B4
Tints of Fuchsia #B572B4
RGB
CMYK
RGB Variations
Color information
#B572B4 (or 0xB572B4) is known color: Fuchsia. HEX triplet: B5, 72 and B4. RGB value is (181,114,180). Sum of RGB (Red+Green+Blue) = 181+114+180=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B572B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572B4 is #4A8D4B. Grayscale: #8D8D8D. Windows color (decimal): -4885836 or 11825845. OLE color: 11825845.
HSL color Cylindrical-coordinate representation of color #B572B4: hue angle of 300.9º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B572B4 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 180 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.29 |
| HSL | 300.9º | 0.31% | 0.58% | - |
| HSV(B) | 300.9º | 0.37% | 0.71% | - |
| XYZ | 33.31 | 25.15 | 46.28 | - |
| YUV | 141.56 | 149.7 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 180 | 0 | 0.37 | 0.01 | 0.29 | 300.9 | 0.31 | 0.58 |
| Hex | B5 | 72 | B4 | 0 | 25 | 1 | 1D | 12D | 1F | 3A |
| Octal | 265 | 162 | 264 | 0 | 45 | 1 | 35 | 455 | 37 | 72 |
| Binary | 10110101 | 1110010 | 10110100 | 0 | 100101 | 1 | 11101 | 100101101 | 11111 | 111010 |
Color Harmonies of #B572B4
Complementary color
Monochromatic Colors of #B572B4
Black with #B572B4
Text Example
Text Example
White with #B572B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B572B4; }
p { color: rgb(181,114,180); }
H1.HeaderClassName
{
color: #B572B4;
}
.AnyTagClassName
{
color: #B572B4;
}
</style>
background-color css
<style>
a { background-color: #B572B4; }
a { background-color: rgb(181,114,180); }
div.DivClassName
{
background-color: #B572B4;
}
.BgClassName
{
background-color: #B572B4;
}
</style>
border-color css
<style>
span { border-color: #B572B4; }
span { border-color: rgb(181,114,180); }
td.TdClassName
{
border-color: #B572B4;
}
.TagClassName
{
border-color: #B572B4;
}
</style>