Html Css Color HEX #B42AB2 Fuchsia

📋 copy color: '#B42AB2'

red 180 ◦ green 42 ◦ blue 178

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

Shades of Fuchsia #B42AB2

Tints of Fuchsia #B42AB2

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.5%

 BLUE value IS 178 (69.92% from 255) = 44.5%

R = 45%
G = 10.5%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B42AB2 (or 0xB42AB2) is known color: Fuchsia. HEX triplet: B4, 2A and B2. RGB value is (180,42,178). Sum of RGB (Red+Green+Blue) = 180+42+178=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B42AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42AB2 is #4BD54D. Grayscale: #626262. Windows color (decimal): -4969806 or 11676340. OLE color: 11676340.

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

Color convert

RGB 180 42 178 -
CMYK 0 0.77 0.01 0.29
HSL 300.87º 0.62% 0.44% -
HSV(B) 300.87º 0.77% 0.71% -
XYZ 27.69 14.57 43.47 -
YUV 98.77 172.72 185.94 -
System Red Green Blue C M Y K H S L
Decimal 180 42 178 0 0.77 0.01 0.29 300.87 0.62 0.44
Hex B4 2A B2 0 4D 1 1D 12D 3E 2C
Octal 264 52 262 0 115 1 35 455 76 54
Binary 10110100 101010 10110010 0 1001101 1 11101 100101101 111110 101100

Color Harmonies of #B42AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42AB2

Black with #B42AB2

Text Example


Text Example

White with #B42AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42AB2; }

 p { color: rgb(180,42,178); }

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

background-color css

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

 a { background-color: rgb(180,42,178); }

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

border-color css

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

 span { border-color: rgb(180,42,178); }

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