Html Css Color HEX #B347A8 Fuchsia

📋 copy color: '#B347A8'

red 179 ◦ green 71 ◦ blue 168

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

Shades of Fuchsia #B347A8

Tints of Fuchsia #B347A8

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.99%

 BLUE value IS 168 (66.02% from 255) = 40.19%

R = 42.82%
G = 16.99%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B347A8 (or 0xB347A8) is known color: Fuchsia. HEX triplet: B3, 47 and A8. RGB value is (179,71,168). Sum of RGB (Red+Green+Blue) = 179+71+168=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B347A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B347A8 is #4CB857. Grayscale: #727272. Windows color (decimal): -5027928 or 11028403. OLE color: 11028403.

HSL color Cylindrical-coordinate representation of color #B347A8: hue angle of 306.11º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B347A8 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 71 168 -
CMYK 0 0.60 0.06 0.30
HSL 306.11º 0.43% 0.49% -
HSV(B) 306.11º 0.6% 0.7% -
XYZ 27.91 16.92 38.84 -
YUV 114.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 179 71 168 0 0.60 0.06 0.30 306.11 0.43 0.49
Hex B3 47 A8 0 3C 6 1E 132 2B 31
Octal 263 107 250 0 74 6 36 462 53 61
Binary 10110011 1000111 10101000 0 111100 110 11110 100110010 101011 110001

Color Harmonies of #B347A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B347A8

Black with #B347A8

Text Example


Text Example

White with #B347A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B347A8; }

 p { color: rgb(179,71,168); }

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

background-color css

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

 a { background-color: rgb(179,71,168); }

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

border-color css

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

 span { border-color: rgb(179,71,168); }

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