Html Css Color HEX #B04AAC Fuchsia

📋 copy color: '#B04AAC'

red 176 ◦ green 74 ◦ blue 172

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

Shades of Fuchsia #B04AAC

Tints of Fuchsia #B04AAC

RGB

 RED value IS 176 (69.14% from 255) = 41.71%

 GREEN value IS 74 (29.3% from 255) = 17.54%

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

R = 41.71%
G = 17.54%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B04AAC (or 0xB04AAC) is known color: Fuchsia. HEX triplet: B0, 4A and AC. RGB value is (176,74,172). Sum of RGB (Red+Green+Blue) = 176+74+172=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B04AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04AAC is #4FB553. Grayscale: #737373. Windows color (decimal): -5223764 or 11291312. OLE color: 11291312.

HSL color Cylindrical-coordinate representation of color #B04AAC: hue angle of 302.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B04AAC is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 74 172 -
CMYK 0 0.58 0.02 0.31
HSL 302.35º 0.41% 0.49% -
HSV(B) 302.35º 0.58% 0.69% -
XYZ 27.8 17.11 40.87 -
YUV 115.67 159.79 171.03 -
System Red Green Blue C M Y K H S L
Decimal 176 74 172 0 0.58 0.02 0.31 302.35 0.41 0.49
Hex B0 4A AC 0 3A 2 1F 12E 29 31
Octal 260 112 254 0 72 2 37 456 51 61
Binary 10110000 1001010 10101100 0 111010 10 11111 100101110 101001 110001

Color Harmonies of #B04AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04AAC

Black with #B04AAC

Text Example


Text Example

White with #B04AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04AAC; }

 p { color: rgb(176,74,172); }

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

background-color css

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

 a { background-color: rgb(176,74,172); }

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

border-color css

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

 span { border-color: rgb(176,74,172); }

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