Html Css Color HEX #B447AC Fuchsia

📋 copy color: '#B447AC'

red 180 ◦ green 71 ◦ blue 172

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

Shades of Fuchsia #B447AC

Tints of Fuchsia #B447AC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.78%

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

R = 42.55%
G = 16.78%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B447AC (or 0xB447AC) is known color: Fuchsia. HEX triplet: B4, 47 and AC. RGB value is (180,71,172). Sum of RGB (Red+Green+Blue) = 180+71+172=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B447AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B447AC is #4BB853. Grayscale: #727272. Windows color (decimal): -4962388 or 11290548. OLE color: 11290548.

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

Color convert

RGB 180 71 172 -
CMYK 0 0.61 0.04 0.29
HSL 304.4º 0.43% 0.49% -
HSV(B) 304.4º 0.61% 0.71% -
XYZ 28.52 17.19 40.84 -
YUV 115.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 180 71 172 0 0.61 0.04 0.29 304.4 0.43 0.49
Hex B4 47 AC 0 3D 4 1D 130 2B 31
Octal 264 107 254 0 75 4 35 460 53 61
Binary 10110100 1000111 10101100 0 111101 100 11101 100110000 101011 110001

Color Harmonies of #B447AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B447AC

Black with #B447AC

Text Example


Text Example

White with #B447AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B447AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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