Html Css Color HEX #B442AB Fuchsia

📋 copy color: '#B442AB'

red 180 ◦ green 66 ◦ blue 171

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

Shades of Fuchsia #B442AB

Tints of Fuchsia #B442AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.83%

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

R = 43.17%
G = 15.83%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B442AB (or 0xB442AB) is known color: Fuchsia. HEX triplet: B4, 42 and AB. RGB value is (180,66,171). Sum of RGB (Red+Green+Blue) = 180+66+171=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B442AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B442AB is #4BBD54. Grayscale: #6F6F6F. Windows color (decimal): -4963669 or 11223732. OLE color: 11223732.

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

Color convert

RGB 180 66 171 -
CMYK 0 0.63 0.05 0.29
HSL 304.74º 0.46% 0.48% -
HSV(B) 304.74º 0.63% 0.71% -
XYZ 28.12 16.54 40.24 -
YUV 112.06 161.27 176.46 -
System Red Green Blue C M Y K H S L
Decimal 180 66 171 0 0.63 0.05 0.29 304.74 0.46 0.48
Hex B4 42 AB 0 3F 5 1D 131 2E 30
Octal 264 102 253 0 77 5 35 461 56 60
Binary 10110100 1000010 10101011 0 111111 101 11101 100110001 101110 110000

Color Harmonies of #B442AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B442AB

Black with #B442AB

Text Example


Text Example

White with #B442AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B442AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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