#B42DAE

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

Shades of Fuchsia #B42DAE

Tints of Fuchsia #B42DAE

Color information

#B42DAE (or 0xB42DAE) is unknown color: approx Fuchsia. HEX triplet: B4, 2D and AE. RGB value is (180,45,174). Sum of RGB (Red+Green+Blue) = 180+45+174=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B42DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42DAE is #4BD251. Grayscale: #636363. Windows color (decimal): -4969042 or 11414964. OLE color: 11414964.

HSL color Cylindrical-coordinate representation of color #B42DAE: hue angle of 302.67º 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 #B42DAE is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18045174-
CMYK00.750.030.29
HSL302.67º60%44.12%-
HSV(B)302.67º75%70.59%-
XYZ27.414.6441.43-
YUV100.07169.73185.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 45 (17.97% from 255) = 11.28%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=45.11%
G=11.28%
B=43.61%

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
Decimal1804517400.750.030.29302.676044.12
HexB42DAE04B31D12f3c2c
Octal2645525601133354577454
Binary1011010010110110101110010010111111101100101111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42DAE; }

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

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

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

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

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

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

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

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