#B42FAA

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

Shades of Fuchsia #B42FAA

Tints of Fuchsia #B42FAA

Color information

#B42FAA (or 0xB42FAA) is unknown color: approx Fuchsia. HEX triplet: B4, 2F and AA. RGB value is (180,47,170). Sum of RGB (Red+Green+Blue) = 180+47+170=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B42FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42FAA is #4BD055. Grayscale: #646464. Windows color (decimal): -4968534 or 11153332. OLE color: 11153332.

HSL color Cylindrical-coordinate representation of color #B42FAA: hue angle of 304.51º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42FAA is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18047170-
CMYK00.740.060.29
HSL304.51º58.59%44.51%-
HSV(B)304.51º73.89%70.59%-
XYZ27.0914.6439.43-
YUV100.79167.06184.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 47 (18.75% from 255) = 11.84%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=45.34%
G=11.84%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804717000.740.060.29304.5158.5944.51
HexB42FAA04A61D1313b2d
Octal2645725201126354617355
Binary10110100101111101010100100101011011101100110001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42FAA; }

 p { color: rgb(180,47,170); }

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

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

 a { background-color: rgb(180,47,170); }

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

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

 span { border-color: rgb(180,47,170); }

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