Html Css Color HEX #B355AC Fuchsia

📋 copy color: '#B355AC'

red 179 ◦ green 85 ◦ blue 172

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

Shades of Fuchsia #B355AC

Tints of Fuchsia #B355AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.5%

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

R = 41.06%
G = 19.5%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B355AC (or 0xB355AC) is known color: Fuchsia. HEX triplet: B3, 55 and AC. RGB value is (179,85,172). Sum of RGB (Red+Green+Blue) = 179+85+172=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B355AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B355AC is #4CAA53. Grayscale: #7A7A7A. Windows color (decimal): -5024340 or 11294131. OLE color: 11294131.

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

Color convert

RGB 179 85 172 -
CMYK 0 0.53 0.04 0.30
HSL 304.47º 0.38% 0.52% -
HSV(B) 304.47º 0.53% 0.7% -
XYZ 29.29 19.06 41.17 -
YUV 123.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 179 85 172 0 0.53 0.04 0.30 304.47 0.38 0.52
Hex B3 55 AC 0 35 4 1E 130 26 34
Octal 263 125 254 0 65 4 36 460 46 64
Binary 10110011 1010101 10101100 0 110101 100 11110 100110000 100110 110100

Color Harmonies of #B355AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355AC

Black with #B355AC

Text Example


Text Example

White with #B355AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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