Html Css Color HEX #B334AC Fuchsia

📋 copy color: '#B334AC'

red 179 ◦ green 52 ◦ blue 172

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

Shades of Fuchsia #B334AC

Tints of Fuchsia #B334AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.9%

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

R = 44.42%
G = 12.9%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B334AC (or 0xB334AC) is known color: Fuchsia. HEX triplet: B3, 34 and AC. RGB value is (179,52,172). Sum of RGB (Red+Green+Blue) = 179+52+172=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B334AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B334AC is #4CCB53. Grayscale: #676767. Windows color (decimal): -5032788 or 11285683. OLE color: 11285683.

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

Color convert

RGB 179 52 172 -
CMYK 0 0.71 0.04 0.30
HSL 303.31º 0.55% 0.45% -
HSV(B) 303.31º 0.71% 0.7% -
XYZ 27.26 15.02 40.49 -
YUV 103.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 179 52 172 0 0.71 0.04 0.30 303.31 0.55 0.45
Hex B3 34 AC 0 47 4 1E 12F 37 2D
Octal 263 64 254 0 107 4 36 457 67 55
Binary 10110011 110100 10101100 0 1000111 100 11110 100101111 110111 101101

Color Harmonies of #B334AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334AC

Black with #B334AC

Text Example


Text Example

White with #B334AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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