Html Css Color HEX #B429AC Fuchsia

📋 copy color: '#B429AC'

red 180 ◦ green 41 ◦ blue 172

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

Shades of Fuchsia #B429AC

Tints of Fuchsia #B429AC

RGB

 RED value IS 180 (70.7% from 255) = 45.8%

 GREEN value IS 41 (16.41% from 255) = 10.43%

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

R = 45.8%
G = 10.43%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B429AC (or 0xB429AC) is known color: Fuchsia. HEX triplet: B4, 29 and AC. RGB value is (180,41,172). Sum of RGB (Red+Green+Blue) = 180+41+172=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B429AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B429AC is #4BD653. Grayscale: #616161. Windows color (decimal): -4970068 or 11282868. OLE color: 11282868.

HSL color Cylindrical-coordinate representation of color #B429AC: hue angle of 303.45º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B429AC is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 41 172 -
CMYK 0 0.77 0.04 0.29
HSL 303.45º 0.63% 0.43% -
HSV(B) 303.45º 0.77% 0.71% -
XYZ 27.06 14.27 40.36 -
YUV 97.5 170.05 186.85 -
System Red Green Blue C M Y K H S L
Decimal 180 41 172 0 0.77 0.04 0.29 303.45 0.63 0.43
Hex B4 29 AC 0 4D 4 1D 12F 3F 2B
Octal 264 51 254 0 115 4 35 457 77 53
Binary 10110100 101001 10101100 0 1001101 100 11101 100101111 111111 101011

Color Harmonies of #B429AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B429AC

Black with #B429AC

Text Example


Text Example

White with #B429AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B429AC; }

 p { color: rgb(180,41,172); }

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

background-color css

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

 a { background-color: rgb(180,41,172); }

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

border-color css

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

 span { border-color: rgb(180,41,172); }

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