#B242B4

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

Shades of Fuchsia #B242B4

Tints of Fuchsia #B242B4

Color information

#B242B4 (or 0xB242B4) is unknown color: approx Fuchsia. HEX triplet: B2, 42 and B4. RGB value is (178,66,180). Sum of RGB (Red+Green+Blue) = 178+66+180=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #B242B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242B4 is #4DBD4B. Grayscale: #707070. Windows color (decimal): -5094732 or 11813554. OLE color: 11813554.

HSL color Cylindrical-coordinate representation of color #B242B4: hue angle of 298.95º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B242B4 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17866180-
CMYK0.010.6300.29
HSL298.95º46.34%48.24%-
HSV(B)298.95º63.33%70.59%-
XYZ28.5516.6644.89-
YUV112.48166.11174.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 66 (26.17% from 255) = 15.57%
BLUE value IS 180 (70.70% from 255) = 42.45%
R=41.98%
G=15.57%
B=42.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178661800.010.6300.29298.9546.3448.24
HexB242B413F01D12b2e30
Octal2621022641770354535660
Binary101100101000010101101001111111011101100101011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B242B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B242B4; }

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

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

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

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

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

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

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

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