Html Css Color HEX #B142AA Fuchsia

📋 copy color: '#B142AA'

red 177 ◦ green 66 ◦ blue 170

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

Shades of Fuchsia #B142AA

Tints of Fuchsia #B142AA

RGB

 RED value IS 177 (69.53% from 255) = 42.86%

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

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 42.86%
G = 15.98%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B142AA (or 0xB142AA) is known color: Fuchsia. HEX triplet: B1, 42 and AA. RGB value is (177,66,170). Sum of RGB (Red+Green+Blue) = 177+66+170=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B142AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B142AA is #4EBD55. Grayscale: #6E6E6E. Windows color (decimal): -5160278 or 11158193. OLE color: 11158193.

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

Color convert

RGB 177 66 170 -
CMYK 0 0.63 0.04 0.31
HSL 303.78º 0.46% 0.48% -
HSV(B) 303.78º 0.63% 0.69% -
XYZ 27.34 16.15 39.71 -
YUV 111.05 161.27 175.04 -
System Red Green Blue C M Y K H S L
Decimal 177 66 170 0 0.63 0.04 0.31 303.78 0.46 0.48
Hex B1 42 AA 0 3F 4 1F 130 2E 30
Octal 261 102 252 0 77 4 37 460 56 60
Binary 10110001 1000010 10101010 0 111111 100 11111 100110000 101110 110000

Color Harmonies of #B142AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B142AA

Black with #B142AA

Text Example


Text Example

White with #B142AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B142AA; }

 p { color: rgb(177,66,170); }

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

background-color css

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

 a { background-color: rgb(177,66,170); }

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

border-color css

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

 span { border-color: rgb(177,66,170); }

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