Shades of Fuchsia #B243B2
Tints of Fuchsia #B243B2
RGB
CMYK
RGB Variations
Color information
#B243B2 (or 0xB243B2) is known color: Fuchsia. HEX triplet: B2, 43 and B2. RGB value is (178,67,178). Sum of RGB (Red+Green+Blue) = 178+67+178=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B243B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B243B2 is #4DBC4D. Grayscale: #707070. Windows color (decimal): -5094478 or 11682738. OLE color: 11682738.
HSL color Cylindrical-coordinate representation of color #B243B2: hue angle of 300º 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 #B243B2 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 67 | 178 | - |
| CMYK | 0 | 0.62 | 0 | 0.30 |
| HSL | 300º | 0.45% | 0.48% | - |
| HSV(B) | 300º | 0.62% | 0.7% | - |
| XYZ | 28.4 | 16.69 | 43.84 | - |
| YUV | 112.84 | 164.77 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 67 | 178 | 0 | 0.62 | 0 | 0.30 | 300 | 0.45 | 0.48 |
| Hex | B2 | 43 | B2 | 0 | 3E | 0 | 1E | 12C | 2D | 30 |
| Octal | 262 | 103 | 262 | 0 | 76 | 0 | 36 | 454 | 55 | 60 |
| Binary | 10110010 | 1000011 | 10110010 | 0 | 111110 | 0 | 11110 | 100101100 | 101101 | 110000 |
Color Harmonies of #B243B2
Complementary color
Monochromatic Colors of #B243B2
Black with #B243B2
Text Example
Text Example
White with #B243B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B243B2; }
p { color: rgb(178,67,178); }
H1.HeaderClassName
{
color: #B243B2;
}
.AnyTagClassName
{
color: #B243B2;
}
</style>
background-color css
<style>
a { background-color: #B243B2; }
a { background-color: rgb(178,67,178); }
div.DivClassName
{
background-color: #B243B2;
}
.BgClassName
{
background-color: #B243B2;
}
</style>
border-color css
<style>
span { border-color: #B243B2; }
span { border-color: rgb(178,67,178); }
td.TdClassName
{
border-color: #B243B2;
}
.TagClassName
{
border-color: #B243B2;
}
</style>