Html Css Color HEX #B54EAC Fuchsia

📋 copy color: '#B54EAC'

red 181 ◦ green 78 ◦ blue 172

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

Shades of Fuchsia #B54EAC

Tints of Fuchsia #B54EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.1%

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

R = 42%
G = 18.1%
B = 39.91%

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

#B54EAC (or 0xB54EAC) is known color: Fuchsia. HEX triplet: B5, 4E and AC. RGB value is (181,78,172). Sum of RGB (Red+Green+Blue) = 181+78+172=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B54EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54EAC is #4AB153. Grayscale: #777777. Windows color (decimal): -4895060 or 11292341. OLE color: 11292341.

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

Color convert

RGB 181 78 172 -
CMYK 0 0.57 0.05 0.29
HSL 305.24º 0.41% 0.51% -
HSV(B) 305.24º 0.57% 0.71% -
XYZ 29.23 18.25 41.01 -
YUV 119.51 157.62 171.86 -
System Red Green Blue C M Y K H S L
Decimal 181 78 172 0 0.57 0.05 0.29 305.24 0.41 0.51
Hex B5 4E AC 0 39 5 1D 131 29 33
Octal 265 116 254 0 71 5 35 461 51 63
Binary 10110101 1001110 10101100 0 111001 101 11101 100110001 101001 110011

Color Harmonies of #B54EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54EAC

Black with #B54EAC

Text Example


Text Example

White with #B54EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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