Shades of Fuchsia #B452B4
Tints of Fuchsia #B452B4
RGB
CMYK
RGB Variations
Color information
#B452B4 (or 0xB452B4) is known color: Fuchsia. HEX triplet: B4, 52 and B4. RGB value is (180,82,180). Sum of RGB (Red+Green+Blue) = 180+82+180=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B452B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B452B4 is #4BAD4B. Grayscale: #7A7A7A. Windows color (decimal): -4959564 or 11817652. OLE color: 11817652.
HSL color Cylindrical-coordinate representation of color #B452B4: hue angle of 300º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B452B4 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 180 | - |
| CMYK | 0 | 0.54 | 0 | 0.29 |
| HSL | 300º | 0.4% | 0.51% | - |
| HSV(B) | 300º | 0.54% | 0.71% | - |
| XYZ | 30.08 | 19.03 | 45.27 | - |
| YUV | 122.47 | 160.47 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 180 | 0 | 0.54 | 0 | 0.29 | 300 | 0.4 | 0.51 |
| Hex | B4 | 52 | B4 | 0 | 36 | 0 | 1D | 12C | 28 | 33 |
| Octal | 264 | 122 | 264 | 0 | 66 | 0 | 35 | 454 | 50 | 63 |
| Binary | 10110100 | 1010010 | 10110100 | 0 | 110110 | 0 | 11101 | 100101100 | 101000 | 110011 |
Color Harmonies of #B452B4
Complementary color
Monochromatic Colors of #B452B4
Black with #B452B4
Text Example
Text Example
White with #B452B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B452B4; }
p { color: rgb(180,82,180); }
H1.HeaderClassName
{
color: #B452B4;
}
.AnyTagClassName
{
color: #B452B4;
}
</style>
background-color css
<style>
a { background-color: #B452B4; }
a { background-color: rgb(180,82,180); }
div.DivClassName
{
background-color: #B452B4;
}
.BgClassName
{
background-color: #B452B4;
}
</style>
border-color css
<style>
span { border-color: #B452B4; }
span { border-color: rgb(180,82,180); }
td.TdClassName
{
border-color: #B452B4;
}
.TagClassName
{
border-color: #B452B4;
}
</style>