Html Css Color HEX #B429AD Fuchsia

📋 copy color: '#B429AD'

red 180 ◦ green 41 ◦ blue 173

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

Shades of Fuchsia #B429AD

Tints of Fuchsia #B429AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.91%

R = 45.69%
G = 10.41%
B = 43.91%

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

#B429AD (or 0xB429AD) is known color: Fuchsia. HEX triplet: B4, 29 and AD. RGB value is (180,41,173). Sum of RGB (Red+Green+Blue) = 180+41+173=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B429AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B429AD is #4BD652. Grayscale: #616161. Windows color (decimal): -4970067 or 11348404. OLE color: 11348404.

HSL color Cylindrical-coordinate representation of color #B429AD: hue angle of 303.02º 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 #B429AD is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 41 173 -
CMYK 0 0.77 0.04 0.29
HSL 303.02º 0.63% 0.43% -
HSV(B) 303.02º 0.77% 0.71% -
XYZ 27.16 14.31 40.87 -
YUV 97.61 170.55 186.77 -
System Red Green Blue C M Y K H S L
Decimal 180 41 173 0 0.77 0.04 0.29 303.02 0.63 0.43
Hex B4 29 AD 0 4D 4 1D 12F 3F 2B
Octal 264 51 255 0 115 4 35 457 77 53
Binary 10110100 101001 10101101 0 1001101 100 11101 100101111 111111 101011

Color Harmonies of #B429AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B429AD

Black with #B429AD

Text Example


Text Example

White with #B429AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B429AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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