Html Css Color HEX #B440AC Fuchsia

📋 copy color: '#B440AC'

red 180 ◦ green 64 ◦ blue 172

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

Shades of Fuchsia #B440AC

Tints of Fuchsia #B440AC

RGB

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

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

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

R = 43.27%
G = 15.38%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B440AC (or 0xB440AC) is known color: Fuchsia. HEX triplet: B4, 40 and AC. RGB value is (180,64,172). Sum of RGB (Red+Green+Blue) = 180+64+172=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B440AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B440AC is #4BBF53. Grayscale: #6E6E6E. Windows color (decimal): -4964180 or 11288756. OLE color: 11288756.

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

Color convert

RGB 180 64 172 -
CMYK 0 0.64 0.04 0.29
HSL 304.14º 0.48% 0.48% -
HSV(B) 304.14º 0.64% 0.71% -
XYZ 28.1 16.35 40.7 -
YUV 111 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 180 64 172 0 0.64 0.04 0.29 304.14 0.48 0.48
Hex B4 40 AC 0 40 4 1D 130 30 30
Octal 264 100 254 0 100 4 35 460 60 60
Binary 10110100 1000000 10101100 0 1000000 100 11101 100110000 110000 110000

Color Harmonies of #B440AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440AC

Black with #B440AC

Text Example


Text Example

White with #B440AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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