Html Css Color HEX #B350AC Fuchsia

📋 copy color: '#B350AC'

red 179 ◦ green 80 ◦ blue 172

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

Shades of Fuchsia #B350AC

Tints of Fuchsia #B350AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.56%

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

R = 41.53%
G = 18.56%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B350AC (or 0xB350AC) is known color: Fuchsia. HEX triplet: B3, 50 and AC. RGB value is (179,80,172). Sum of RGB (Red+Green+Blue) = 179+80+172=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B350AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B350AC is #4CAF53. Grayscale: #777777. Windows color (decimal): -5025620 or 11292851. OLE color: 11292851.

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

Color convert

RGB 179 80 172 -
CMYK 0 0.55 0.04 0.30
HSL 304.24º 0.39% 0.51% -
HSV(B) 304.24º 0.55% 0.7% -
XYZ 28.91 18.3 41.04 -
YUV 120.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 179 80 172 0 0.55 0.04 0.30 304.24 0.39 0.51
Hex B3 50 AC 0 37 4 1E 130 27 33
Octal 263 120 254 0 67 4 36 460 47 63
Binary 10110011 1010000 10101100 0 110111 100 11110 100110000 100111 110011

Color Harmonies of #B350AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350AC

Black with #B350AC

Text Example


Text Example

White with #B350AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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