Html Css Color HEX #B031AC Fuchsia

📋 copy color: '#B031AC'

red 176 ◦ green 49 ◦ blue 172

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

Shades of Fuchsia #B031AC

Tints of Fuchsia #B031AC

RGB

 RED value IS 176 (69.14% from 255) = 44.33%

 GREEN value IS 49 (19.53% from 255) = 12.34%

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

R = 44.33%
G = 12.34%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B031AC (or 0xB031AC) is known color: Fuchsia. HEX triplet: B0, 31 and AC. RGB value is (176,49,172). Sum of RGB (Red+Green+Blue) = 176+49+172=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B031AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B031AC is #4FCE53. Grayscale: #646464. Windows color (decimal): -5230164 or 11284912. OLE color: 11284912.

HSL color Cylindrical-coordinate representation of color #B031AC: hue angle of 301.89º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B031AC is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 49 172 -
CMYK 0 0.72 0.02 0.31
HSL 301.89º 0.56% 0.44% -
HSV(B) 301.89º 0.72% 0.69% -
XYZ 26.45 14.41 40.42 -
YUV 101 168.08 181.5 -
System Red Green Blue C M Y K H S L
Decimal 176 49 172 0 0.72 0.02 0.31 301.89 0.56 0.44
Hex B0 31 AC 0 48 2 1F 12E 38 2C
Octal 260 61 254 0 110 2 37 456 70 54
Binary 10110000 110001 10101100 0 1001000 10 11111 100101110 111000 101100

Color Harmonies of #B031AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B031AC

Black with #B031AC

Text Example


Text Example

White with #B031AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B031AC; }

 p { color: rgb(176,49,172); }

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

background-color css

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

 a { background-color: rgb(176,49,172); }

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

border-color css

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

 span { border-color: rgb(176,49,172); }

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