Html Css Color HEX #B346A8 Fuchsia

📋 copy color: '#B346A8'

red 179 ◦ green 70 ◦ blue 168

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

Shades of Fuchsia #B346A8

Tints of Fuchsia #B346A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.29%

R = 42.93%
G = 16.79%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B346A8 (or 0xB346A8) is known color: Fuchsia. HEX triplet: B3, 46 and A8. RGB value is (179,70,168). Sum of RGB (Red+Green+Blue) = 179+70+168=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B346A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B346A8 is #4CB957. Grayscale: #717171. Windows color (decimal): -5028184 or 11028147. OLE color: 11028147.

HSL color Cylindrical-coordinate representation of color #B346A8: hue angle of 306.06º 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 #B346A8 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 70 168 -
CMYK 0 0.61 0.06 0.30
HSL 306.06º 0.44% 0.49% -
HSV(B) 306.06º 0.61% 0.7% -
XYZ 27.85 16.79 38.82 -
YUV 113.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 179 70 168 0 0.61 0.06 0.30 306.06 0.44 0.49
Hex B3 46 A8 0 3D 6 1E 132 2C 31
Octal 263 106 250 0 75 6 36 462 54 61
Binary 10110011 1000110 10101000 0 111101 110 11110 100110010 101100 110001

Color Harmonies of #B346A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B346A8

Black with #B346A8

Text Example


Text Example

White with #B346A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B346A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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