Html Css Color HEX #B249AC Fuchsia

📋 copy color: '#B249AC'

red 178 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #B249AC

Tints of Fuchsia #B249AC

RGB

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

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

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

R = 42.08%
G = 17.26%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B249AC (or 0xB249AC) is known color: Fuchsia. HEX triplet: B2, 49 and AC. RGB value is (178,73,172). Sum of RGB (Red+Green+Blue) = 178+73+172=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B249AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B249AC is #4DB653. Grayscale: #737373. Windows color (decimal): -5092948 or 11291058. OLE color: 11291058.

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

Color convert

RGB 178 73 172 -
CMYK 0 0.59 0.03 0.30
HSL 303.43º 0.42% 0.49% -
HSV(B) 303.43º 0.59% 0.7% -
XYZ 28.19 17.21 40.87 -
YUV 115.68 159.79 172.45 -
System Red Green Blue C M Y K H S L
Decimal 178 73 172 0 0.59 0.03 0.30 303.43 0.42 0.49
Hex B2 49 AC 0 3B 3 1E 12F 2A 31
Octal 262 111 254 0 73 3 36 457 52 61
Binary 10110010 1001001 10101100 0 111011 11 11110 100101111 101010 110001

Color Harmonies of #B249AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249AC

Black with #B249AC

Text Example


Text Example

White with #B249AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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