Html Css Color HEX #B34AAA Fuchsia

📋 copy color: '#B34AAA'

red 179 ◦ green 74 ◦ blue 170

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

Shades of Fuchsia #B34AAA

Tints of Fuchsia #B34AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.49%

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 42.32%
G = 17.49%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B34AAA (or 0xB34AAA) is known color: Fuchsia. HEX triplet: B3, 4A and AA. RGB value is (179,74,170). Sum of RGB (Red+Green+Blue) = 179+74+170=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B34AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34AAA is #4CB555. Grayscale: #747474. Windows color (decimal): -5027158 or 11160243. OLE color: 11160243.

HSL color Cylindrical-coordinate representation of color #B34AAA: hue angle of 305.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34AAA is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 74 170 -
CMYK 0 0.59 0.05 0.30
HSL 305.14º 0.42% 0.5% -
HSV(B) 305.14º 0.59% 0.7% -
XYZ 28.29 17.38 39.89 -
YUV 116.34 158.29 172.69 -
System Red Green Blue C M Y K H S L
Decimal 179 74 170 0 0.59 0.05 0.30 305.14 0.42 0.5
Hex B3 4A AA 0 3B 5 1E 131 2A 32
Octal 263 112 252 0 73 5 36 461 52 62
Binary 10110011 1001010 10101010 0 111011 101 11110 100110001 101010 110010

Color Harmonies of #B34AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34AAA

Black with #B34AAA

Text Example


Text Example

White with #B34AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34AAA; }

 p { color: rgb(179,74,170); }

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

background-color css

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

 a { background-color: rgb(179,74,170); }

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

border-color css

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

 span { border-color: rgb(179,74,170); }

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