#B242A9

Color #B242A9 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B242A9

Tints of Fuchsia #B242A9

Color information

#B242A9 (or 0xB242A9) is unknown color: approx Fuchsia. HEX triplet: B2, 42 and A9. RGB value is (178,66,169). Sum of RGB (Red+Green+Blue) = 178+66+169=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B242A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B242A9 is #4DBD56. Grayscale: #6E6E6E. Windows color (decimal): -5094743 or 11092658. OLE color: 11092658.

HSL color Cylindrical-coordinate representation of color #B242A9: hue angle of 304.82º 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 #B242A9 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB17866169-
CMYK00.630.050.30
HSL304.82º45.9%47.84%-
HSV(B)304.82º62.92%69.8%-
XYZ27.4716.2339.22-
YUV111.23160.61175.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 66 (26.17% from 255) = 15.98%
BLUE value IS 169 (66.41% from 255) = 40.92%
R=43.10%
G=15.98%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786616900.630.050.30304.8245.947.84
HexB242A903F51E1312e30
Octal2621022510775364615660
Binary10110010100001010101001011111110111110100110001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B242A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B242A9; }

 p { color: rgb(178,66,169); }

 H1.HeaderClassName
 {
   color: #B242A9;
 }
 .AnyTagClassName
 {
   color: #B242A9;
 }
</style>
background-color css

<style>
 a { background-color: #B242A9; }

 a { background-color: rgb(178,66,169); }

 div.DivClassName
 {
   background-color: #B242A9;
 }
 .BgClassName
 {
   background-color: #B242A9;
 }
</style>
border-color css

<style>
 span { border-color: #B242A9; }

 span { border-color: rgb(178,66,169); }

 td.TdClassName
 {
   border-color: #B242A9;
 }
 .TagClassName
 {
   border-color: #B242A9;
 }
</style>