Html Css Color HEX #B34FB5 Fuchsia

📋 copy color: '#B34FB5'

red 179 ◦ green 79 ◦ blue 181

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

Shades of Fuchsia #B34FB5

Tints of Fuchsia #B34FB5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18%

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

R = 40.77%
G = 18%
B = 41.23%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B34FB5 (or 0xB34FB5) is known color: Fuchsia. HEX triplet: B3, 4F and B5. RGB value is (179,79,181). Sum of RGB (Red+Green+Blue) = 179+79+181=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 181 - color contains mainly: blue. Hex color #B34FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34FB5 is #4CB04A. Grayscale: #787878. Windows color (decimal): -5025867 or 11882419. OLE color: 11882419.

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

Color convert

RGB 179 79 181 -
CMYK 0.01 0.56 0 0.29
HSL 298.82º 0.41% 0.51% -
HSV(B) 298.82º 0.56% 0.71% -
XYZ 29.73 18.51 45.72 -
YUV 120.53 162.13 169.71 -
System Red Green Blue C M Y K H S L
Decimal 179 79 181 0.01 0.56 0 0.29 298.82 0.41 0.51
Hex B3 4F B5 1 38 0 1D 12B 29 33
Octal 263 117 265 1 70 0 35 453 51 63
Binary 10110011 1001111 10110101 1 111000 0 11101 100101011 101001 110011

Color Harmonies of #B34FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34FB5

Black with #B34FB5

Text Example


Text Example

White with #B34FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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