Html Css Color HEX #B031A9 Fuchsia

📋 copy color: '#B031A9'

red 176 ◦ green 49 ◦ blue 169

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

Shades of Fuchsia #B031A9

Tints of Fuchsia #B031A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.89%

R = 44.67%
G = 12.44%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B031A9 (or 0xB031A9) is known color: Fuchsia. HEX triplet: B0, 31 and A9. RGB value is (176,49,169). Sum of RGB (Red+Green+Blue) = 176+49+169=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 169 (66.41% from 255 or 42.89% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B031A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B031A9 is #4FCE56. Grayscale: #646464. Windows color (decimal): -5230167 or 11088304. OLE color: 11088304.

HSL color Cylindrical-coordinate representation of color #B031A9: hue angle of 303.31º 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 #B031A9 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 49 169 -
CMYK 0 0.72 0.04 0.31
HSL 303.31º 0.56% 0.44% -
HSV(B) 303.31º 0.72% 0.69% -
XYZ 26.16 14.29 38.92 -
YUV 100.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 176 49 169 0 0.72 0.04 0.31 303.31 0.56 0.44
Hex B0 31 A9 0 48 4 1F 12F 38 2C
Octal 260 61 251 0 110 4 37 457 70 54
Binary 10110000 110001 10101001 0 1001000 100 11111 100101111 111000 101100

Color Harmonies of #B031A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B031A9

Black with #B031A9

Text Example


Text Example

White with #B031A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B031A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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