Html Css Color HEX #B346B5 Fuchsia

📋 copy color: '#B346B5'

red 179 ◦ green 70 ◦ blue 181

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

Shades of Fuchsia #B346B5

Tints of Fuchsia #B346B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.09%

R = 41.63%
G = 16.28%
B = 42.09%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B346B5 (or 0xB346B5) is known color: Fuchsia. HEX triplet: B3, 46 and B5. RGB value is (179,70,181). Sum of RGB (Red+Green+Blue) = 179+70+181=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 181 - color contains mainly: blue. Hex color #B346B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B346B5 is #4CB94A. Grayscale: #727272. Windows color (decimal): -5028171 or 11880115. OLE color: 11880115.

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

Color convert

RGB 179 70 181 -
CMYK 0.01 0.61 0 0.29
HSL 298.92º 0.44% 0.49% -
HSV(B) 298.92º 0.61% 0.71% -
XYZ 29.12 17.3 45.52 -
YUV 115.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 179 70 181 0.01 0.61 0 0.29 298.92 0.44 0.49
Hex B3 46 B5 1 3D 0 1D 12B 2C 31
Octal 263 106 265 1 75 0 35 453 54 61
Binary 10110011 1000110 10110101 1 111101 0 11101 100101011 101100 110001

Color Harmonies of #B346B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B346B5

Black with #B346B5

Text Example


Text Example

White with #B346B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B346B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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