Html Css Color HEX #B345B1 Fuchsia

📋 copy color: '#B345B1'

red 179 ◦ green 69 ◦ blue 177

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

Shades of Fuchsia #B345B1

Tints of Fuchsia #B345B1

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.24%

 BLUE value IS 177 (69.53% from 255) = 41.65%

R = 42.12%
G = 16.24%
B = 41.65%

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

#B345B1 (or 0xB345B1) is known color: Fuchsia. HEX triplet: B3, 45 and B1. RGB value is (179,69,177). Sum of RGB (Red+Green+Blue) = 179+69+177=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B345B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B345B1 is #4CBA4E. Grayscale: #717171. Windows color (decimal): -5028431 or 11617715. OLE color: 11617715.

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

Color convert

RGB 179 69 177 -
CMYK 0 0.61 0.01 0.30
HSL 301.09º 0.44% 0.49% -
HSV(B) 301.09º 0.61% 0.7% -
XYZ 28.65 17.01 43.37 -
YUV 114.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 179 69 177 0 0.61 0.01 0.30 301.09 0.44 0.49
Hex B3 45 B1 0 3D 1 1E 12D 2C 31
Octal 263 105 261 0 75 1 36 455 54 61
Binary 10110011 1000101 10110001 0 111101 1 11110 100101101 101100 110001

Color Harmonies of #B345B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345B1

Black with #B345B1

Text Example


Text Example

White with #B345B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345B1; }

 p { color: rgb(179,69,177); }

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

background-color css

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

 a { background-color: rgb(179,69,177); }

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

border-color css

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

 span { border-color: rgb(179,69,177); }

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