Html Css Color HEX #B541AA Fuchsia

📋 copy color: '#B541AA'

red 181 ◦ green 65 ◦ blue 170

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

Shades of Fuchsia #B541AA

Tints of Fuchsia #B541AA

RGB

 RED value IS 181 (71.09% from 255) = 43.51%

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

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

R = 43.51%
G = 15.63%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B541AA (or 0xB541AA) is known color: Fuchsia. HEX triplet: B5, 41 and AA. RGB value is (181,65,170). Sum of RGB (Red+Green+Blue) = 181+65+170=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B541AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B541AA is #4ABE55. Grayscale: #6F6F6F. Windows color (decimal): -4898390 or 11157941. OLE color: 11157941.

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

Color convert

RGB 181 65 170 -
CMYK 0 0.64 0.06 0.29
HSL 305.69º 0.47% 0.48% -
HSV(B) 305.69º 0.64% 0.71% -
XYZ 28.2 16.51 39.73 -
YUV 111.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 181 65 170 0 0.64 0.06 0.29 305.69 0.47 0.48
Hex B5 41 AA 0 40 6 1D 132 2F 30
Octal 265 101 252 0 100 6 35 462 57 60
Binary 10110101 1000001 10101010 0 1000000 110 11101 100110010 101111 110000

Color Harmonies of #B541AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B541AA

Black with #B541AA

Text Example


Text Example

White with #B541AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B541AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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