Html Css Color HEX #B347B2 Fuchsia

📋 copy color: '#B347B2'

red 179 ◦ green 71 ◦ blue 178

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

Shades of Fuchsia #B347B2

Tints of Fuchsia #B347B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.59%

R = 41.82%
G = 16.59%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B347B2 (or 0xB347B2) is known color: Fuchsia. HEX triplet: B3, 47 and B2. RGB value is (179,71,178). Sum of RGB (Red+Green+Blue) = 179+71+178=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B347B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B347B2 is #4CB84D. Grayscale: #737373. Windows color (decimal): -5027918 or 11683763. OLE color: 11683763.

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

Color convert

RGB 179 71 178 -
CMYK 0 0.60 0.01 0.30
HSL 300.56º 0.43% 0.49% -
HSV(B) 300.56º 0.6% 0.7% -
XYZ 28.88 17.3 43.94 -
YUV 115.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 179 71 178 0 0.60 0.01 0.30 300.56 0.43 0.49
Hex B3 47 B2 0 3C 1 1E 12D 2B 31
Octal 263 107 262 0 74 1 36 455 53 61
Binary 10110011 1000111 10110010 0 111100 1 11110 100101101 101011 110001

Color Harmonies of #B347B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B347B2

Black with #B347B2

Text Example


Text Example

White with #B347B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B347B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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