Html Css Color HEX #B345B5 Fuchsia

📋 copy color: '#B345B5'

red 179 ◦ green 69 ◦ blue 181

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

Shades of Fuchsia #B345B5

Tints of Fuchsia #B345B5

RGB

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

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

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

R = 41.72%
G = 16.08%
B = 42.19%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B345B5 (or 0xB345B5) is known color: Fuchsia. HEX triplet: B3, 45 and B5. RGB value is (179,69,181). Sum of RGB (Red+Green+Blue) = 179+69+181=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 181 - color contains mainly: blue. Hex color #B345B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B345B5 is #4CBA4A. Grayscale: #727272. Windows color (decimal): -5028427 or 11879859. OLE color: 11879859.

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

Color convert

RGB 179 69 181 -
CMYK 0.01 0.62 0 0.29
HSL 298.93º 0.45% 0.49% -
HSV(B) 298.93º 0.62% 0.71% -
XYZ 29.06 17.18 45.5 -
YUV 114.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 179 69 181 0.01 0.62 0 0.29 298.93 0.45 0.49
Hex B3 45 B5 1 3E 0 1D 12B 2D 31
Octal 263 105 265 1 76 0 35 453 55 61
Binary 10110011 1000101 10110101 1 111110 0 11101 100101011 101101 110001

Color Harmonies of #B345B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345B5

Black with #B345B5

Text Example


Text Example

White with #B345B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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