Html Css Color HEX #B449AB Fuchsia

📋 copy color: '#B449AB'

red 180 ◦ green 73 ◦ blue 171

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

Shades of Fuchsia #B449AB

Tints of Fuchsia #B449AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.33%

R = 42.45%
G = 17.22%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B449AB (or 0xB449AB) is known color: Fuchsia. HEX triplet: B4, 49 and AB. RGB value is (180,73,171). Sum of RGB (Red+Green+Blue) = 180+73+171=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B449AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B449AB is #4BB654. Grayscale: #737373. Windows color (decimal): -4961877 or 11225524. OLE color: 11225524.

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

Color convert

RGB 180 73 171 -
CMYK 0 0.59 0.05 0.29
HSL 305.05º 0.42% 0.5% -
HSV(B) 305.05º 0.59% 0.71% -
XYZ 28.56 17.41 40.38 -
YUV 116.17 158.95 173.53 -
System Red Green Blue C M Y K H S L
Decimal 180 73 171 0 0.59 0.05 0.29 305.05 0.42 0.5
Hex B4 49 AB 0 3B 5 1D 131 2A 32
Octal 264 111 253 0 73 5 35 461 52 62
Binary 10110100 1001001 10101011 0 111011 101 11101 100110001 101010 110010

Color Harmonies of #B449AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449AB

Black with #B449AB

Text Example


Text Example

White with #B449AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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