Html Css Color HEX #B54CAA Fuchsia

📋 copy color: '#B54CAA'

red 181 ◦ green 76 ◦ blue 170

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

Shades of Fuchsia #B54CAA

Tints of Fuchsia #B54CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.8%

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

R = 42.39%
G = 17.8%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B54CAA (or 0xB54CAA) is known color: Fuchsia. HEX triplet: B5, 4C and AA. RGB value is (181,76,170). Sum of RGB (Red+Green+Blue) = 181+76+170=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B54CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54CAA is #4AB355. Grayscale: #757575. Windows color (decimal): -4895574 or 11160757. OLE color: 11160757.

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

Color convert

RGB 181 76 170 -
CMYK 0 0.58 0.06 0.29
HSL 306.29º 0.42% 0.5% -
HSV(B) 306.29º 0.58% 0.71% -
XYZ 28.9 17.89 39.96 -
YUV 118.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 181 76 170 0 0.58 0.06 0.29 306.29 0.42 0.5
Hex B5 4C AA 0 3A 6 1D 132 2A 32
Octal 265 114 252 0 72 6 35 462 52 62
Binary 10110101 1001100 10101010 0 111010 110 11101 100110010 101010 110010

Color Harmonies of #B54CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54CAA

Black with #B54CAA

Text Example


Text Example

White with #B54CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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