Html Css Color HEX #B540AA Fuchsia

📋 copy color: '#B540AA'

red 181 ◦ green 64 ◦ blue 170

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

Shades of Fuchsia #B540AA

Tints of Fuchsia #B540AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.42%

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

R = 43.61%
G = 15.42%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B540AA (or 0xB540AA) is known color: Fuchsia. HEX triplet: B5, 40 and AA. RGB value is (181,64,170). Sum of RGB (Red+Green+Blue) = 181+64+170=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B540AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B540AA is #4ABF55. Grayscale: #6E6E6E. Windows color (decimal): -4898646 or 11157685. OLE color: 11157685.

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

Color convert

RGB 181 64 170 -
CMYK 0 0.65 0.06 0.29
HSL 305.64º 0.48% 0.48% -
HSV(B) 305.64º 0.65% 0.71% -
XYZ 28.15 16.39 39.71 -
YUV 111.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 181 64 170 0 0.65 0.06 0.29 305.64 0.48 0.48
Hex B5 40 AA 0 41 6 1D 132 30 30
Octal 265 100 252 0 101 6 35 462 60 60
Binary 10110101 1000000 10101010 0 1000001 110 11101 100110010 110000 110000

Color Harmonies of #B540AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B540AA

Black with #B540AA

Text Example


Text Example

White with #B540AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B540AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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