Html Css Color HEX #B449AF Fuchsia

📋 copy color: '#B449AF'

red 180 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #B449AF

Tints of Fuchsia #B449AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.89%

R = 42.06%
G = 17.06%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B449AF (or 0xB449AF) is known color: Fuchsia. HEX triplet: B4, 49 and AF. RGB value is (180,73,175). Sum of RGB (Red+Green+Blue) = 180+73+175=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B449AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B449AF is #4BB650. Grayscale: #747474. Windows color (decimal): -4961873 or 11487668. OLE color: 11487668.

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

Color convert

RGB 180 73 175 -
CMYK 0 0.59 0.03 0.29
HSL 302.8º 0.42% 0.5% -
HSV(B) 302.8º 0.59% 0.71% -
XYZ 28.94 17.56 42.42 -
YUV 116.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 180 73 175 0 0.59 0.03 0.29 302.8 0.42 0.5
Hex B4 49 AF 0 3B 3 1D 12F 2A 32
Octal 264 111 257 0 73 3 35 457 52 62
Binary 10110100 1001001 10101111 0 111011 11 11101 100101111 101010 110010

Color Harmonies of #B449AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449AF

Black with #B449AF

Text Example


Text Example

White with #B449AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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