Html Css Color HEX #B342AB Fuchsia

📋 copy color: '#B342AB'

red 179 ◦ green 66 ◦ blue 171

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

Shades of Fuchsia #B342AB

Tints of Fuchsia #B342AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.87%

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

R = 43.03%
G = 15.87%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B342AB (or 0xB342AB) is known color: Fuchsia. HEX triplet: B3, 42 and AB. RGB value is (179,66,171). Sum of RGB (Red+Green+Blue) = 179+66+171=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B342AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B342AB is #4CBD54. Grayscale: #6F6F6F. Windows color (decimal): -5029205 or 11223731. OLE color: 11223731.

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

Color convert

RGB 179 66 171 -
CMYK 0 0.63 0.04 0.30
HSL 304.25º 0.46% 0.48% -
HSV(B) 304.25º 0.63% 0.7% -
XYZ 27.89 16.42 40.23 -
YUV 111.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 179 66 171 0 0.63 0.04 0.30 304.25 0.46 0.48
Hex B3 42 AB 0 3F 4 1E 130 2E 30
Octal 263 102 253 0 77 4 36 460 56 60
Binary 10110011 1000010 10101011 0 111111 100 11110 100110000 101110 110000

Color Harmonies of #B342AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B342AB

Black with #B342AB

Text Example


Text Example

White with #B342AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B342AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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