Html Css Color HEX #B343AB Fuchsia

📋 copy color: '#B343AB'

red 179 ◦ green 67 ◦ blue 171

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

Shades of Fuchsia #B343AB

Tints of Fuchsia #B343AB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.07%

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

R = 42.93%
G = 16.07%
B = 41.01%

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

#B343AB (or 0xB343AB) is known color: Fuchsia. HEX triplet: B3, 43 and AB. RGB value is (179,67,171). Sum of RGB (Red+Green+Blue) = 179+67+171=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B343AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B343AB is #4CBC54. Grayscale: #707070. Windows color (decimal): -5028949 or 11223987. OLE color: 11223987.

HSL color Cylindrical-coordinate representation of color #B343AB: hue angle of 304.29º 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 #B343AB is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 67 171 -
CMYK 0 0.63 0.04 0.30
HSL 304.29º 0.46% 0.48% -
HSV(B) 304.29º 0.63% 0.7% -
XYZ 27.95 16.54 40.25 -
YUV 112.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 179 67 171 0 0.63 0.04 0.30 304.29 0.46 0.48
Hex B3 43 AB 0 3F 4 1E 130 2E 30
Octal 263 103 253 0 77 4 36 460 56 60
Binary 10110011 1000011 10101011 0 111111 100 11110 100110000 101110 110000

Color Harmonies of #B343AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B343AB

Black with #B343AB

Text Example


Text Example

White with #B343AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B343AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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