Html Css Color HEX #B448AC Fuchsia

📋 copy color: '#B448AC'

red 180 ◦ green 72 ◦ blue 172

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

Shades of Fuchsia #B448AC

Tints of Fuchsia #B448AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.98%

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

R = 42.45%
G = 16.98%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B448AC (or 0xB448AC) is known color: Fuchsia. HEX triplet: B4, 48 and AC. RGB value is (180,72,172). Sum of RGB (Red+Green+Blue) = 180+72+172=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B448AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B448AC is #4BB753. Grayscale: #737373. Windows color (decimal): -4962132 or 11290804. OLE color: 11290804.

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

Color convert

RGB 180 72 172 -
CMYK 0 0.60 0.04 0.29
HSL 304.44º 0.43% 0.49% -
HSV(B) 304.44º 0.6% 0.71% -
XYZ 28.59 17.32 40.87 -
YUV 115.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 180 72 172 0 0.60 0.04 0.29 304.44 0.43 0.49
Hex B4 48 AC 0 3C 4 1D 130 2B 31
Octal 264 110 254 0 74 4 35 460 53 61
Binary 10110100 1001000 10101100 0 111100 100 11101 100110000 101011 110001

Color Harmonies of #B448AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B448AC

Black with #B448AC

Text Example


Text Example

White with #B448AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B448AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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