Html Css Color HEX #B42FAB Fuchsia

📋 copy color: '#B42FAB'

red 180 ◦ green 47 ◦ blue 171

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

Shades of Fuchsia #B42FAB

Tints of Fuchsia #B42FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.81%

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 45.23%
G = 11.81%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B42FAB (or 0xB42FAB) is known color: Fuchsia. HEX triplet: B4, 2F and AB. RGB value is (180,47,171). Sum of RGB (Red+Green+Blue) = 180+47+171=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B42FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42FAB is #4BD054. Grayscale: #646464. Windows color (decimal): -4968533 or 11218868. OLE color: 11218868.

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

Color convert

RGB 180 47 171 -
CMYK 0 0.74 0.05 0.29
HSL 304.06º 0.59% 0.45% -
HSV(B) 304.06º 0.74% 0.71% -
XYZ 27.19 14.68 39.93 -
YUV 100.9 167.56 184.42 -
System Red Green Blue C M Y K H S L
Decimal 180 47 171 0 0.74 0.05 0.29 304.06 0.59 0.45
Hex B4 2F AB 0 4A 5 1D 130 3B 2D
Octal 264 57 253 0 112 5 35 460 73 55
Binary 10110100 101111 10101011 0 1001010 101 11101 100110000 111011 101101

Color Harmonies of #B42FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42FAB

Black with #B42FAB

Text Example


Text Example

White with #B42FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42FAB; }

 p { color: rgb(180,47,171); }

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

background-color css

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

 a { background-color: rgb(180,47,171); }

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

border-color css

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

 span { border-color: rgb(180,47,171); }

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