Html Css Color HEX #B34FAF Fuchsia

📋 copy color: '#B34FAF'

red 179 ◦ green 79 ◦ blue 175

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

Shades of Fuchsia #B34FAF

Tints of Fuchsia #B34FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 41.34%
G = 18.24%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B34FAF (or 0xB34FAF) is known color: Fuchsia. HEX triplet: B3, 4F and AF. RGB value is (179,79,175). Sum of RGB (Red+Green+Blue) = 179+79+175=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B34FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34FAF is #4CB050. Grayscale: #777777. Windows color (decimal): -5025873 or 11489203. OLE color: 11489203.

HSL color Cylindrical-coordinate representation of color #B34FAF: hue angle of 302.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B34FAF is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 79 175 -
CMYK 0 0.56 0.02 0.30
HSL 302.4º 0.4% 0.51% -
HSV(B) 302.4º 0.56% 0.7% -
XYZ 29.12 18.27 42.55 -
YUV 119.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 179 79 175 0 0.56 0.02 0.30 302.4 0.4 0.51
Hex B3 4F AF 0 38 2 1E 12E 28 33
Octal 263 117 257 0 70 2 36 456 50 63
Binary 10110011 1001111 10101111 0 111000 10 11110 100101110 101000 110011

Color Harmonies of #B34FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34FAF

Black with #B34FAF

Text Example


Text Example

White with #B34FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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