Html Css Color HEX #B449AA Fuchsia

📋 copy color: '#B449AA'

red 180 ◦ green 73 ◦ blue 170

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

Shades of Fuchsia #B449AA

Tints of Fuchsia #B449AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.26%

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 42.55%
G = 17.26%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B449AA (or 0xB449AA) is known color: Fuchsia. HEX triplet: B4, 49 and AA. RGB value is (180,73,170). Sum of RGB (Red+Green+Blue) = 180+73+170=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B449AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B449AA is #4BB655. Grayscale: #737373. Windows color (decimal): -4961878 or 11159988. OLE color: 11159988.

HSL color Cylindrical-coordinate representation of color #B449AA: hue angle of 305.61º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B449AA is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 73 170 -
CMYK 0 0.59 0.06 0.29
HSL 305.61º 0.42% 0.5% -
HSV(B) 305.61º 0.59% 0.71% -
XYZ 28.46 17.37 39.88 -
YUV 116.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 180 73 170 0 0.59 0.06 0.29 305.61 0.42 0.5
Hex B4 49 AA 0 3B 6 1D 132 2A 32
Octal 264 111 252 0 73 6 35 462 52 62
Binary 10110100 1001001 10101010 0 111011 110 11101 100110010 101010 110010

Color Harmonies of #B449AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449AA

Black with #B449AA

Text Example


Text Example

White with #B449AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449AA; }

 p { color: rgb(180,73,170); }

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

background-color css

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

 a { background-color: rgb(180,73,170); }

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

border-color css

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

 span { border-color: rgb(180,73,170); }

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