Html Css Color HEX #B343AA Fuchsia

📋 copy color: '#B343AA'

red 179 ◦ green 67 ◦ blue 170

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

Shades of Fuchsia #B343AA

Tints of Fuchsia #B343AA

RGB

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

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

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

R = 43.03%
G = 16.11%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B343AA (or 0xB343AA) is known color: Fuchsia. HEX triplet: B3, 43 and AA. RGB value is (179,67,170). Sum of RGB (Red+Green+Blue) = 179+67+170=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B343AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B343AA is #4CBC55. Grayscale: #6F6F6F. Windows color (decimal): -5028950 or 11158451. OLE color: 11158451.

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

Color convert

RGB 179 67 170 -
CMYK 0 0.63 0.05 0.30
HSL 304.82º 0.46% 0.48% -
HSV(B) 304.82º 0.63% 0.7% -
XYZ 27.85 16.5 39.75 -
YUV 112.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 179 67 170 0 0.63 0.05 0.30 304.82 0.46 0.48
Hex B3 43 AA 0 3F 5 1E 131 2E 30
Octal 263 103 252 0 77 5 36 461 56 60
Binary 10110011 1000011 10101010 0 111111 101 11110 100110001 101110 110000

Color Harmonies of #B343AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B343AA

Black with #B343AA

Text Example


Text Example

White with #B343AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B343AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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