Html Css Color HEX #B42EAC Fuchsia

📋 copy color: '#B42EAC'

red 180 ◦ green 46 ◦ blue 172

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

Shades of Fuchsia #B42EAC

Tints of Fuchsia #B42EAC

RGB

 RED value IS 180 (70.7% from 255) = 45.23%

 GREEN value IS 46 (18.36% from 255) = 11.56%

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 45.23%
G = 11.56%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B42EAC (or 0xB42EAC) is known color: Fuchsia. HEX triplet: B4, 2E and AC. RGB value is (180,46,172). Sum of RGB (Red+Green+Blue) = 180+46+172=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B42EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42EAC is #4BD153. Grayscale: #646464. Windows color (decimal): -4968788 or 11284148. OLE color: 11284148.

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

Color convert

RGB 180 46 172 -
CMYK 0 0.74 0.04 0.29
HSL 303.58º 0.59% 0.44% -
HSV(B) 303.58º 0.74% 0.71% -
XYZ 27.25 14.64 40.42 -
YUV 100.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 180 46 172 0 0.74 0.04 0.29 303.58 0.59 0.44
Hex B4 2E AC 0 4A 4 1D 130 3B 2C
Octal 264 56 254 0 112 4 35 460 73 54
Binary 10110100 101110 10101100 0 1001010 100 11101 100110000 111011 101100

Color Harmonies of #B42EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42EAC

Black with #B42EAC

Text Example


Text Example

White with #B42EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42EAC; }

 p { color: rgb(180,46,172); }

 H1.HeaderClassName
 {
   color: #B42EAC;
 }
 .AnyTagClassName
 {
   color: #B42EAC;
 }
</style>

background-color css

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

 a { background-color: rgb(180,46,172); }

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

border-color css

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

 span { border-color: rgb(180,46,172); }

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