Html Css Color HEX #B54AAA Fuchsia

📋 copy color: '#B54AAA'

red 181 ◦ green 74 ◦ blue 170

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

Shades of Fuchsia #B54AAA

Tints of Fuchsia #B54AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.41%

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

R = 42.59%
G = 17.41%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B54AAA (or 0xB54AAA) is known color: Fuchsia. HEX triplet: B5, 4A and AA. RGB value is (181,74,170). Sum of RGB (Red+Green+Blue) = 181+74+170=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B54AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54AAA is #4AB555. Grayscale: #747474. Windows color (decimal): -4896086 or 11160245. OLE color: 11160245.

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

Color convert

RGB 181 74 170 -
CMYK 0 0.59 0.06 0.29
HSL 306.17º 0.42% 0.5% -
HSV(B) 306.17º 0.59% 0.71% -
XYZ 28.76 17.62 39.92 -
YUV 116.94 157.95 173.69 -
System Red Green Blue C M Y K H S L
Decimal 181 74 170 0 0.59 0.06 0.29 306.17 0.42 0.5
Hex B5 4A AA 0 3B 6 1D 132 2A 32
Octal 265 112 252 0 73 6 35 462 52 62
Binary 10110101 1001010 10101010 0 111011 110 11101 100110010 101010 110010

Color Harmonies of #B54AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54AAA

Black with #B54AAA

Text Example


Text Example

White with #B54AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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