Html Css Color HEX #B347AD Fuchsia

📋 copy color: '#B347AD'

red 179 ◦ green 71 ◦ blue 173

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

Shades of Fuchsia #B347AD

Tints of Fuchsia #B347AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.9%

R = 42.32%
G = 16.78%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B347AD (or 0xB347AD) is known color: Fuchsia. HEX triplet: B3, 47 and AD. RGB value is (179,71,173). Sum of RGB (Red+Green+Blue) = 179+71+173=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B347AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B347AD is #4CB852. Grayscale: #727272. Windows color (decimal): -5027923 or 11356083. OLE color: 11356083.

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

Color convert

RGB 179 71 173 -
CMYK 0 0.60 0.03 0.30
HSL 303.33º 0.43% 0.49% -
HSV(B) 303.33º 0.6% 0.7% -
XYZ 28.39 17.11 41.34 -
YUV 114.92 160.78 173.71 -
System Red Green Blue C M Y K H S L
Decimal 179 71 173 0 0.60 0.03 0.30 303.33 0.43 0.49
Hex B3 47 AD 0 3C 3 1E 12F 2B 31
Octal 263 107 255 0 74 3 36 457 53 61
Binary 10110011 1000111 10101101 0 111100 11 11110 100101111 101011 110001

Color Harmonies of #B347AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B347AD

Black with #B347AD

Text Example


Text Example

White with #B347AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B347AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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