Html Css Color HEX #B42DAE Fuchsia

📋 copy color: '#B42DAE'

red 180 ◦ green 45 ◦ blue 174

#B42DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B42DAE

Tints of Fuchsia #B42DAE

RGB

 RED value IS 180 (70.7% 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 value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B42DAE (or 0xB42DAE) is known color: 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

RGB 180 45 174 -
CMYK 0 0.75 0.03 0.29
HSL 302.67º 0.6% 0.44% -
HSV(B) 302.67º 0.75% 0.71% -
XYZ 27.4 14.64 41.43 -
YUV 100.07 169.73 185.01 -
System Red Green Blue C M Y K H S L
Decimal 180 45 174 0 0.75 0.03 0.29 302.67 0.6 0.44
Hex B4 2D AE 0 4B 3 1D 12F 3C 2C
Octal 264 55 256 0 113 3 35 457 74 54
Binary 10110100 101101 10101110 0 1001011 11 11101 100101111 111100 101100

Color Harmonies of #B42DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DAE

Black with #B42DAE

Text Example


Text Example

White with #B42DAE

Text Example


Text Example

HTML Codes & Css Web 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>