Html Css Color HEX #B346AB Fuchsia

📋 copy color: '#B346AB'

red 179 ◦ green 70 ◦ blue 171

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

Shades of Fuchsia #B346AB

Tints of Fuchsia #B346AB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.67%

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 42.62%
G = 16.67%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B346AB (or 0xB346AB) is known color: Fuchsia. HEX triplet: B3, 46 and AB. RGB value is (179,70,171). Sum of RGB (Red+Green+Blue) = 179+70+171=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B346AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B346AB is #4CB954. Grayscale: #717171. Windows color (decimal): -5028181 or 11224755. OLE color: 11224755.

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

Color convert

RGB 179 70 171 -
CMYK 0 0.61 0.04 0.30
HSL 304.4º 0.44% 0.49% -
HSV(B) 304.4º 0.61% 0.7% -
XYZ 28.13 16.9 40.31 -
YUV 114.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 179 70 171 0 0.61 0.04 0.30 304.4 0.44 0.49
Hex B3 46 AB 0 3D 4 1E 130 2C 31
Octal 263 106 253 0 75 4 36 460 54 61
Binary 10110011 1000110 10101011 0 111101 100 11110 100110000 101100 110001

Color Harmonies of #B346AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B346AB

Black with #B346AB

Text Example


Text Example

White with #B346AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B346AB; }

 p { color: rgb(179,70,171); }

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

background-color css

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

 a { background-color: rgb(179,70,171); }

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

border-color css

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

 span { border-color: rgb(179,70,171); }

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