Html Css Color HEX #B54BAC Fuchsia

📋 copy color: '#B54BAC'

red 181 ◦ green 75 ◦ blue 172

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

Shades of Fuchsia #B54BAC

Tints of Fuchsia #B54BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.19%

R = 42.29%
G = 17.52%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B54BAC (or 0xB54BAC) is known color: Fuchsia. HEX triplet: B5, 4B and AC. RGB value is (181,75,172). Sum of RGB (Red+Green+Blue) = 181+75+172=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B54BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54BAC is #4AB453. Grayscale: #757575. Windows color (decimal): -4895828 or 11291573. OLE color: 11291573.

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

Color convert

RGB 181 75 172 -
CMYK 0 0.59 0.05 0.29
HSL 305.09º 0.42% 0.5% -
HSV(B) 305.09º 0.59% 0.71% -
XYZ 29.02 17.83 40.94 -
YUV 117.75 158.62 173.11 -
System Red Green Blue C M Y K H S L
Decimal 181 75 172 0 0.59 0.05 0.29 305.09 0.42 0.5
Hex B5 4B AC 0 3B 5 1D 131 2A 32
Octal 265 113 254 0 73 5 35 461 52 62
Binary 10110101 1001011 10101100 0 111011 101 11101 100110001 101010 110010

Color Harmonies of #B54BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54BAC

Black with #B54BAC

Text Example


Text Example

White with #B54BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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