Html Css Color HEX #B249AA Fuchsia

📋 copy color: '#B249AA'

red 178 ◦ green 73 ◦ blue 170

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

Shades of Fuchsia #B249AA

Tints of Fuchsia #B249AA

RGB

 RED value IS 178 (69.92% from 255) = 42.28%

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

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

R = 42.28%
G = 17.34%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B249AA (or 0xB249AA) is known color: Fuchsia. HEX triplet: B2, 49 and AA. RGB value is (178,73,170). Sum of RGB (Red+Green+Blue) = 178+73+170=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B249AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B249AA is #4DB655. Grayscale: #737373. Windows color (decimal): -5092950 or 11159986. OLE color: 11159986.

HSL color Cylindrical-coordinate representation of color #B249AA: hue angle of 304.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B249AA is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 73 170 -
CMYK 0 0.59 0.04 0.30
HSL 304.57º 0.42% 0.49% -
HSV(B) 304.57º 0.59% 0.7% -
XYZ 28 17.13 39.86 -
YUV 115.45 158.79 172.61 -
System Red Green Blue C M Y K H S L
Decimal 178 73 170 0 0.59 0.04 0.30 304.57 0.42 0.49
Hex B2 49 AA 0 3B 4 1E 131 2A 31
Octal 262 111 252 0 73 4 36 461 52 61
Binary 10110010 1001001 10101010 0 111011 100 11110 100110001 101010 110001

Color Harmonies of #B249AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249AA

Black with #B249AA

Text Example


Text Example

White with #B249AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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