Html Css Color HEX #B04BAC Fuchsia

📋 copy color: '#B04BAC'

red 176 ◦ green 75 ◦ blue 172

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

Shades of Fuchsia #B04BAC

Tints of Fuchsia #B04BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.73%

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

R = 41.61%
G = 17.73%
B = 40.66%

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

#B04BAC (or 0xB04BAC) is known color: Fuchsia. HEX triplet: B0, 4B and AC. RGB value is (176,75,172). Sum of RGB (Red+Green+Blue) = 176+75+172=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B04BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04BAC is #4FB453. Grayscale: #737373. Windows color (decimal): -5223508 or 11291568. OLE color: 11291568.

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

Color convert

RGB 176 75 172 -
CMYK 0 0.57 0.02 0.31
HSL 302.38º 0.4% 0.49% -
HSV(B) 302.38º 0.57% 0.69% -
XYZ 27.87 17.24 40.89 -
YUV 116.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 176 75 172 0 0.57 0.02 0.31 302.38 0.4 0.49
Hex B0 4B AC 0 39 2 1F 12E 28 31
Octal 260 113 254 0 71 2 37 456 50 61
Binary 10110000 1001011 10101100 0 111001 10 11111 100101110 101000 110001

Color Harmonies of #B04BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04BAC

Black with #B04BAC

Text Example


Text Example

White with #B04BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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