Html Css Color HEX #B54DAC Fuchsia

📋 copy color: '#B54DAC'

red 181 ◦ green 77 ◦ blue 172

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

Shades of Fuchsia #B54DAC

Tints of Fuchsia #B54DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.91%

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

R = 42.09%
G = 17.91%
B = 40%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B54DAC (or 0xB54DAC) is known color: Fuchsia. HEX triplet: B5, 4D and AC. RGB value is (181,77,172). Sum of RGB (Red+Green+Blue) = 181+77+172=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B54DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54DAC is #4AB253. Grayscale: #767676. Windows color (decimal): -4895316 or 11292085. OLE color: 11292085.

HSL color Cylindrical-coordinate representation of color #B54DAC: hue angle of 305.19º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54DAC is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 77 172 -
CMYK 0 0.57 0.05 0.29
HSL 305.19º 0.41% 0.51% -
HSV(B) 305.19º 0.57% 0.71% -
XYZ 29.16 18.11 40.99 -
YUV 118.93 157.96 172.28 -
System Red Green Blue C M Y K H S L
Decimal 181 77 172 0 0.57 0.05 0.29 305.19 0.41 0.51
Hex B5 4D AC 0 39 5 1D 131 29 33
Octal 265 115 254 0 71 5 35 461 51 63
Binary 10110101 1001101 10101100 0 111001 101 11101 100110001 101001 110011

Color Harmonies of #B54DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DAC

Black with #B54DAC

Text Example


Text Example

White with #B54DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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