Html Css Color HEX #B331AC Fuchsia

📋 copy color: '#B331AC'

red 179 ◦ green 49 ◦ blue 172

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

Shades of Fuchsia #B331AC

Tints of Fuchsia #B331AC

RGB

 RED value IS 179 (70.31% from 255) = 44.75%

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

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

R = 44.75%
G = 12.25%
B = 43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B331AC (or 0xB331AC) is known color: Fuchsia. HEX triplet: B3, 31 and AC. RGB value is (179,49,172). Sum of RGB (Red+Green+Blue) = 179+49+172=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B331AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B331AC is #4CCE53. Grayscale: #656565. Windows color (decimal): -5033556 or 11284915. OLE color: 11284915.

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

Color convert

RGB 179 49 172 -
CMYK 0 0.73 0.04 0.30
HSL 303.23º 0.57% 0.45% -
HSV(B) 303.23º 0.73% 0.7% -
XYZ 27.14 14.76 40.45 -
YUV 101.89 167.57 183 -
System Red Green Blue C M Y K H S L
Decimal 179 49 172 0 0.73 0.04 0.30 303.23 0.57 0.45
Hex B3 31 AC 0 49 4 1E 12F 39 2D
Octal 263 61 254 0 111 4 36 457 71 55
Binary 10110011 110001 10101100 0 1001001 100 11110 100101111 111001 101101

Color Harmonies of #B331AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331AC

Black with #B331AC

Text Example


Text Example

White with #B331AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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