Html Css Color HEX #B346BA Fuchsia

📋 copy color: '#B346BA'

red 179 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #B346BA

Tints of Fuchsia #B346BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.76%

R = 41.15%
G = 16.09%
B = 42.76%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B346BA (or 0xB346BA) is known color: Fuchsia. HEX triplet: B3, 46 and BA. RGB value is (179,70,186). Sum of RGB (Red+Green+Blue) = 179+70+186=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #B346BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B346BA is #4CB945. Grayscale: #737373. Windows color (decimal): -5028166 or 12207795. OLE color: 12207795.

HSL color Cylindrical-coordinate representation of color #B346BA: hue angle of 296.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B346BA is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 70 186 -
CMYK 0.04 0.62 0 0.27
HSL 296.38º 0.46% 0.5% -
HSV(B) 296.38º 0.62% 0.73% -
XYZ 29.64 17.51 48.27 -
YUV 115.82 167.61 173.07 -
System Red Green Blue C M Y K H S L
Decimal 179 70 186 0.04 0.62 0 0.27 296.38 0.46 0.5
Hex B3 46 BA 4 3E 0 1B 128 2E 32
Octal 263 106 272 4 76 0 33 450 56 62
Binary 10110011 1000110 10111010 100 111110 0 11011 100101000 101110 110010

Color Harmonies of #B346BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B346BA

Black with #B346BA

Text Example


Text Example

White with #B346BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B346BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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