Html Css Color HEX #B04DAC Fuchsia

📋 copy color: '#B04DAC'

red 176 ◦ green 77 ◦ blue 172

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

Shades of Fuchsia #B04DAC

Tints of Fuchsia #B04DAC

RGB

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

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

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

R = 41.41%
G = 18.12%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B04DAC (or 0xB04DAC) is known color: Fuchsia. HEX triplet: B0, 4D and AC. RGB value is (176,77,172). Sum of RGB (Red+Green+Blue) = 176+77+172=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B04DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04DAC is #4FB253. Grayscale: #757575. Windows color (decimal): -5222996 or 11292080. OLE color: 11292080.

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

Color convert

RGB 176 77 172 -
CMYK 0 0.56 0.02 0.31
HSL 302.42º 0.39% 0.5% -
HSV(B) 302.42º 0.56% 0.69% -
XYZ 28 17.52 40.93 -
YUV 117.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 176 77 172 0 0.56 0.02 0.31 302.42 0.39 0.5
Hex B0 4D AC 0 38 2 1F 12E 27 32
Octal 260 115 254 0 70 2 37 456 47 62
Binary 10110000 1001101 10101100 0 111000 10 11111 100101110 100111 110010

Color Harmonies of #B04DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04DAC

Black with #B04DAC

Text Example


Text Example

White with #B04DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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