Html Css Color HEX #B141AA Fuchsia

📋 copy color: '#B141AA'

red 177 ◦ green 65 ◦ blue 170

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

Shades of Fuchsia #B141AA

Tints of Fuchsia #B141AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.78%

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

R = 42.96%
G = 15.78%
B = 41.26%

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

#B141AA (or 0xB141AA) is known color: Fuchsia. HEX triplet: B1, 41 and AA. RGB value is (177,65,170). Sum of RGB (Red+Green+Blue) = 177+65+170=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B141AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B141AA is #4EBE55. Grayscale: #6E6E6E. Windows color (decimal): -5160534 or 11157937. OLE color: 11157937.

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

Color convert

RGB 177 65 170 -
CMYK 0 0.63 0.04 0.31
HSL 303.75º 0.46% 0.47% -
HSV(B) 303.75º 0.63% 0.69% -
XYZ 27.28 16.03 39.69 -
YUV 110.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 177 65 170 0 0.63 0.04 0.31 303.75 0.46 0.47
Hex B1 41 AA 0 3F 4 1F 130 2E 2F
Octal 261 101 252 0 77 4 37 460 56 57
Binary 10110001 1000001 10101010 0 111111 100 11111 100110000 101110 101111

Color Harmonies of #B141AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B141AA

Black with #B141AA

Text Example


Text Example

White with #B141AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B141AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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