Html Css Color HEX #B335AC Fuchsia

📋 copy color: '#B335AC'

red 179 ◦ green 53 ◦ blue 172

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

Shades of Fuchsia #B335AC

Tints of Fuchsia #B335AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.12%

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

R = 44.31%
G = 13.12%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B335AC (or 0xB335AC) is known color: Fuchsia. HEX triplet: B3, 35 and AC. RGB value is (179,53,172). Sum of RGB (Red+Green+Blue) = 179+53+172=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B335AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B335AC is #4CCA53. Grayscale: #676767. Windows color (decimal): -5032532 or 11285939. OLE color: 11285939.

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

Color convert

RGB 179 53 172 -
CMYK 0 0.70 0.04 0.30
HSL 303.33º 0.54% 0.45% -
HSV(B) 303.33º 0.7% 0.7% -
XYZ 27.31 15.11 40.51 -
YUV 104.24 166.24 181.32 -
System Red Green Blue C M Y K H S L
Decimal 179 53 172 0 0.70 0.04 0.30 303.33 0.54 0.45
Hex B3 35 AC 0 46 4 1E 12F 36 2D
Octal 263 65 254 0 106 4 36 457 66 55
Binary 10110011 110101 10101100 0 1000110 100 11110 100101111 110110 101101

Color Harmonies of #B335AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B335AC

Black with #B335AC

Text Example


Text Example

White with #B335AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B335AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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