Html Css Color HEX #B346B2 Fuchsia

📋 copy color: '#B346B2'

red 179 ◦ green 70 ◦ blue 178

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

Shades of Fuchsia #B346B2

Tints of Fuchsia #B346B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.69%

R = 41.92%
G = 16.39%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B346B2 (or 0xB346B2) is known color: Fuchsia. HEX triplet: B3, 46 and B2. RGB value is (179,70,178). Sum of RGB (Red+Green+Blue) = 179+70+178=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B346B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B346B2 is #4CB94D. Grayscale: #727272. Windows color (decimal): -5028174 or 11683507. OLE color: 11683507.

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

Color convert

RGB 179 70 178 -
CMYK 0 0.61 0.01 0.30
HSL 300.55º 0.44% 0.49% -
HSV(B) 300.55º 0.61% 0.7% -
XYZ 28.82 17.18 43.92 -
YUV 114.9 163.61 173.72 -
System Red Green Blue C M Y K H S L
Decimal 179 70 178 0 0.61 0.01 0.30 300.55 0.44 0.49
Hex B3 46 B2 0 3D 1 1E 12D 2C 31
Octal 263 106 262 0 75 1 36 455 54 61
Binary 10110011 1000110 10110010 0 111101 1 11110 100101101 101100 110001

Color Harmonies of #B346B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B346B2

Black with #B346B2

Text Example


Text Example

White with #B346B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B346B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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