#B242B3

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

Shades of Fuchsia #B242B3

Tints of Fuchsia #B242B3

Color information

#B242B3 (or 0xB242B3) is unknown color: approx Fuchsia. HEX triplet: B2, 42 and B3. RGB value is (178,66,179). Sum of RGB (Red+Green+Blue) = 178+66+179=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #B242B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242B3 is #4DBD4C. Grayscale: #707070. Windows color (decimal): -5094733 or 11748018. OLE color: 11748018.

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

Color convert

RGB17866179-
CMYK0.010.6300.30
HSL299.47º46.12%48.04%-
HSV(B)299.47º63.13%70.2%-
XYZ28.4416.6244.36-
YUV112.37165.61174.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 66 (26.17% from 255) = 15.60%
BLUE value IS 179 (70.31% from 255) = 42.32%
R=42.08%
G=15.60%
B=42.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178661790.010.6300.30299.4746.1248.04
HexB242B313F01E12b2e30
Octal2621022631770364535660
Binary101100101000010101100111111111011110100101011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B242B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B242B3; }

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

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

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

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

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

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

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

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