Html Css Color HEX #B54FAC Fuchsia

📋 copy color: '#B54FAC'

red 181 ◦ green 79 ◦ blue 172

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

Shades of Fuchsia #B54FAC

Tints of Fuchsia #B54FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.29%

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

R = 41.9%
G = 18.29%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B54FAC (or 0xB54FAC) is known color: Fuchsia. HEX triplet: B5, 4F and AC. RGB value is (181,79,172). Sum of RGB (Red+Green+Blue) = 181+79+172=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B54FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54FAC is #4AB053. Grayscale: #777777. Windows color (decimal): -4894804 or 11292597. OLE color: 11292597.

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

Color convert

RGB 181 79 172 -
CMYK 0 0.56 0.05 0.29
HSL 305.29º 0.41% 0.51% -
HSV(B) 305.29º 0.56% 0.71% -
XYZ 29.3 18.39 41.04 -
YUV 120.1 157.29 171.44 -
System Red Green Blue C M Y K H S L
Decimal 181 79 172 0 0.56 0.05 0.29 305.29 0.41 0.51
Hex B5 4F AC 0 38 5 1D 131 29 33
Octal 265 117 254 0 70 5 35 461 51 63
Binary 10110101 1001111 10101100 0 111000 101 11101 100110001 101001 110011

Color Harmonies of #B54FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54FAC

Black with #B54FAC

Text Example


Text Example

White with #B54FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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