#B42DAF

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

Shades of Fuchsia #B42DAF

Tints of Fuchsia #B42DAF

Color information

#B42DAF (or 0xB42DAF) is unknown color: approx Fuchsia. HEX triplet: B4, 2D and AF. RGB value is (180,45,175). Sum of RGB (Red+Green+Blue) = 180+45+175=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B42DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42DAF is #4BD250. Grayscale: #636363. Windows color (decimal): -4969041 or 11480500. OLE color: 11480500.

HSL color Cylindrical-coordinate representation of color #B42DAF: hue angle of 302.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42DAF is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18045175-
CMYK00.750.030.29
HSL302.22º60%44.12%-
HSV(B)302.22º75%70.59%-
XYZ27.514.6841.94-
YUV100.18170.23184.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 45 (17.97% from 255) = 11.25%
BLUE value IS 175 (68.75% from 255) = 43.75%
R=45%
G=11.25%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804517500.750.030.29302.226044.12
HexB42DAF04B31D12e3c2c
Octal2645525701133354567454
Binary1011010010110110101111010010111111101100101110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42DAF; }

 p { color: rgb(180,45,175); }

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

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

 a { background-color: rgb(180,45,175); }

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

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

 span { border-color: rgb(180,45,175); }

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