Html Css Color HEX #B54BAA Fuchsia

📋 copy color: '#B54BAA'

red 181 ◦ green 75 ◦ blue 170

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

Shades of Fuchsia #B54BAA

Tints of Fuchsia #B54BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.61%

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

R = 42.49%
G = 17.61%
B = 39.91%

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

#B54BAA (or 0xB54BAA) is known color: Fuchsia. HEX triplet: B5, 4B and AA. RGB value is (181,75,170). Sum of RGB (Red+Green+Blue) = 181+75+170=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B54BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54BAA is #4AB455. Grayscale: #757575. Windows color (decimal): -4895830 or 11160501. OLE color: 11160501.

HSL color Cylindrical-coordinate representation of color #B54BAA: hue angle of 306.23º 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 #B54BAA is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 75 170 -
CMYK 0 0.59 0.06 0.29
HSL 306.23º 0.42% 0.5% -
HSV(B) 306.23º 0.59% 0.71% -
XYZ 28.83 17.76 39.94 -
YUV 117.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 181 75 170 0 0.59 0.06 0.29 306.23 0.42 0.5
Hex B5 4B AA 0 3B 6 1D 132 2A 32
Octal 265 113 252 0 73 6 35 462 52 62
Binary 10110101 1001011 10101010 0 111011 110 11101 100110010 101010 110010

Color Harmonies of #B54BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54BAA

Black with #B54BAA

Text Example


Text Example

White with #B54BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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