Html Css Color HEX #B441AC Fuchsia

📋 copy color: '#B441AC'

red 180 ◦ green 65 ◦ blue 172

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

Shades of Fuchsia #B441AC

Tints of Fuchsia #B441AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.59%

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

R = 43.17%
G = 15.59%
B = 41.25%

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

#B441AC (or 0xB441AC) is known color: Fuchsia. HEX triplet: B4, 41 and AC. RGB value is (180,65,172). Sum of RGB (Red+Green+Blue) = 180+65+172=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B441AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B441AC is #4BBE53. Grayscale: #6F6F6F. Windows color (decimal): -4963924 or 11289012. OLE color: 11289012.

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

Color convert

RGB 180 65 172 -
CMYK 0 0.64 0.04 0.29
HSL 304.17º 0.47% 0.48% -
HSV(B) 304.17º 0.64% 0.71% -
XYZ 28.16 16.46 40.72 -
YUV 111.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 180 65 172 0 0.64 0.04 0.29 304.17 0.47 0.48
Hex B4 41 AC 0 40 4 1D 130 2F 30
Octal 264 101 254 0 100 4 35 460 57 60
Binary 10110100 1000001 10101100 0 1000000 100 11101 100110000 101111 110000

Color Harmonies of #B441AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B441AC

Black with #B441AC

Text Example


Text Example

White with #B441AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B441AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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