Shades of Fuchsia #B242AC
Tints of Fuchsia #B242AC
RGB
CMYK
RGB Variations
Color information
#B242AC (or 0xB242AC) is known color: Fuchsia. HEX triplet: B2, 42 and AC. RGB value is (178,66,172). Sum of RGB (Red+Green+Blue) = 178+66+172=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B242AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B242AC is #4DBD53. Grayscale: #6F6F6F. Windows color (decimal): -5094740 or 11289266. OLE color: 11289266.
HSL color Cylindrical-coordinate representation of color #B242AC: hue angle of 303.21º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B242AC is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 172 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.30 |
| HSL | 303.21º | 0.46% | 0.48% | - |
| HSV(B) | 303.21º | 0.63% | 0.7% | - |
| XYZ | 27.75 | 16.34 | 40.72 | - |
| YUV | 111.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 172 | 0 | 0.63 | 0.03 | 0.30 | 303.21 | 0.46 | 0.48 |
| Hex | B2 | 42 | AC | 0 | 3F | 3 | 1E | 12F | 2E | 30 |
| Octal | 262 | 102 | 254 | 0 | 77 | 3 | 36 | 457 | 56 | 60 |
| Binary | 10110010 | 1000010 | 10101100 | 0 | 111111 | 11 | 11110 | 100101111 | 101110 | 110000 |
Color Harmonies of #B242AC
Complementary color
Monochromatic Colors of #B242AC
Black with #B242AC
Text Example
Text Example
White with #B242AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B242AC; }
p { color: rgb(178,66,172); }
H1.HeaderClassName
{
color: #B242AC;
}
.AnyTagClassName
{
color: #B242AC;
}
</style>
background-color css
<style>
a { background-color: #B242AC; }
a { background-color: rgb(178,66,172); }
div.DivClassName
{
background-color: #B242AC;
}
.BgClassName
{
background-color: #B242AC;
}
</style>
border-color css
<style>
span { border-color: #B242AC; }
span { border-color: rgb(178,66,172); }
td.TdClassName
{
border-color: #B242AC;
}
.TagClassName
{
border-color: #B242AC;
}
</style>