Html Css Color HEX #B440A4 Fuchsia

📋 copy color: '#B440A4'

red 180 ◦ green 64 ◦ blue 164

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

Shades of Fuchsia #B440A4

Tints of Fuchsia #B440A4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.69%

 BLUE value IS 164 (64.45% from 255) = 40.2%

R = 44.12%
G = 15.69%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B440A4 (or 0xB440A4) is known color: Fuchsia. HEX triplet: B4, 40 and A4. RGB value is (180,64,164). Sum of RGB (Red+Green+Blue) = 180+64+164=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B440A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B440A4 is #4BBF5B. Grayscale: #6D6D6D. Windows color (decimal): -4964188 or 10764468. OLE color: 10764468.

HSL color Cylindrical-coordinate representation of color #B440A4: hue angle of 308.28º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B440A4 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 64 164 -
CMYK 0 0.64 0.09 0.29
HSL 308.28º 0.48% 0.48% -
HSV(B) 308.28º 0.64% 0.71% -
XYZ 27.36 16.05 36.78 -
YUV 110.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 180 64 164 0 0.64 0.09 0.29 308.28 0.48 0.48
Hex B4 40 A4 0 40 9 1D 134 30 30
Octal 264 100 244 0 100 11 35 464 60 60
Binary 10110100 1000000 10100100 0 1000000 1001 11101 100110100 110000 110000

Color Harmonies of #B440A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440A4

Black with #B440A4

Text Example


Text Example

White with #B440A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440A4; }

 p { color: rgb(180,64,164); }

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

background-color css

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

 a { background-color: rgb(180,64,164); }

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

border-color css

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

 span { border-color: rgb(180,64,164); }

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