Html Css Color HEX #B04CAC Fuchsia

📋 copy color: '#B04CAC'

red 176 ◦ green 76 ◦ blue 172

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

Shades of Fuchsia #B04CAC

Tints of Fuchsia #B04CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.92%

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

R = 41.51%
G = 17.92%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B04CAC (or 0xB04CAC) is known color: Fuchsia. HEX triplet: B0, 4C and AC. RGB value is (176,76,172). Sum of RGB (Red+Green+Blue) = 176+76+172=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B04CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04CAC is #4FB353. Grayscale: #747474. Windows color (decimal): -5223252 or 11291824. OLE color: 11291824.

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

Color convert

RGB 176 76 172 -
CMYK 0 0.57 0.02 0.31
HSL 302.4º 0.4% 0.49% -
HSV(B) 302.4º 0.57% 0.69% -
XYZ 27.94 17.38 40.91 -
YUV 116.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 176 76 172 0 0.57 0.02 0.31 302.4 0.4 0.49
Hex B0 4C AC 0 39 2 1F 12E 28 31
Octal 260 114 254 0 71 2 37 456 50 61
Binary 10110000 1001100 10101100 0 111001 10 11111 100101110 101000 110001

Color Harmonies of #B04CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04CAC

Black with #B04CAC

Text Example


Text Example

White with #B04CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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