Html Css Color HEX #B34DAB Fuchsia

📋 copy color: '#B34DAB'

red 179 ◦ green 77 ◦ blue 171

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

Shades of Fuchsia #B34DAB

Tints of Fuchsia #B34DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.03%

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

R = 41.92%
G = 18.03%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B34DAB (or 0xB34DAB) is known color: Fuchsia. HEX triplet: B3, 4D and AB. RGB value is (179,77,171). Sum of RGB (Red+Green+Blue) = 179+77+171=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B34DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34DAB is #4CB254. Grayscale: #757575. Windows color (decimal): -5026389 or 11226547. OLE color: 11226547.

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

Color convert

RGB 179 77 171 -
CMYK 0 0.57 0.04 0.30
HSL 304.71º 0.4% 0.5% -
HSV(B) 304.71º 0.57% 0.7% -
XYZ 28.59 17.83 40.46 -
YUV 118.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 179 77 171 0 0.57 0.04 0.30 304.71 0.4 0.5
Hex B3 4D AB 0 39 4 1E 131 28 32
Octal 263 115 253 0 71 4 36 461 50 62
Binary 10110011 1001101 10101011 0 111001 100 11110 100110001 101000 110010

Color Harmonies of #B34DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DAB

Black with #B34DAB

Text Example


Text Example

White with #B34DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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