Html Css Color HEX #B34BAB Fuchsia

📋 copy color: '#B34BAB'

red 179 ◦ green 75 ◦ blue 171

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

Shades of Fuchsia #B34BAB

Tints of Fuchsia #B34BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.65%

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 42.12%
G = 17.65%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B34BAB (or 0xB34BAB) is known color: Fuchsia. HEX triplet: B3, 4B and AB. RGB value is (179,75,171). Sum of RGB (Red+Green+Blue) = 179+75+171=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B34BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34BAB is #4CB454. Grayscale: #747474. Windows color (decimal): -5026901 or 11226035. OLE color: 11226035.

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

Color convert

RGB 179 75 171 -
CMYK 0 0.58 0.04 0.30
HSL 304.62º 0.41% 0.5% -
HSV(B) 304.62º 0.58% 0.7% -
XYZ 28.46 17.56 40.42 -
YUV 117.04 158.46 172.19 -
System Red Green Blue C M Y K H S L
Decimal 179 75 171 0 0.58 0.04 0.30 304.62 0.41 0.5
Hex B3 4B AB 0 3A 4 1E 131 29 32
Octal 263 113 253 0 72 4 36 461 51 62
Binary 10110011 1001011 10101011 0 111010 100 11110 100110001 101001 110010

Color Harmonies of #B34BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34BAB

Black with #B34BAB

Text Example


Text Example

White with #B34BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34BAB; }

 p { color: rgb(179,75,171); }

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

background-color css

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

 a { background-color: rgb(179,75,171); }

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

border-color css

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

 span { border-color: rgb(179,75,171); }

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