Shades of Fuchsia #B243A8
Tints of Fuchsia #B243A8
RGB
CMYK
RGB Variations
Color information
#B243A8 (or 0xB243A8) is known color: Fuchsia. HEX triplet: B2, 43 and A8. RGB value is (178,67,168). Sum of RGB (Red+Green+Blue) = 178+67+168=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B243A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B243A8 is #4DBC57. Grayscale: #6F6F6F. Windows color (decimal): -5094488 or 11027378. OLE color: 11027378.
HSL color Cylindrical-coordinate representation of color #B243A8: hue angle of 305.41º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B243A8 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 67 | 168 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.30 |
| HSL | 305.41º | 0.45% | 0.48% | - |
| HSV(B) | 305.41º | 0.62% | 0.7% | - |
| XYZ | 27.44 | 16.31 | 38.75 | - |
| YUV | 111.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 67 | 168 | 0 | 0.62 | 0.06 | 0.30 | 305.41 | 0.45 | 0.48 |
| Hex | B2 | 43 | A8 | 0 | 3E | 6 | 1E | 131 | 2D | 30 |
| Octal | 262 | 103 | 250 | 0 | 76 | 6 | 36 | 461 | 55 | 60 |
| Binary | 10110010 | 1000011 | 10101000 | 0 | 111110 | 110 | 11110 | 100110001 | 101101 | 110000 |
Color Harmonies of #B243A8
Complementary color
Monochromatic Colors of #B243A8
Black with #B243A8
Text Example
Text Example
White with #B243A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B243A8; }
p { color: rgb(178,67,168); }
H1.HeaderClassName
{
color: #B243A8;
}
.AnyTagClassName
{
color: #B243A8;
}
</style>
background-color css
<style>
a { background-color: #B243A8; }
a { background-color: rgb(178,67,168); }
div.DivClassName
{
background-color: #B243A8;
}
.BgClassName
{
background-color: #B243A8;
}
</style>
border-color css
<style>
span { border-color: #B243A8; }
span { border-color: rgb(178,67,168); }
td.TdClassName
{
border-color: #B243A8;
}
.TagClassName
{
border-color: #B243A8;
}
</style>