Html Css Color HEX #B347C2 Fuchsia

📋 copy color: '#B347C2'

red 179 ◦ green 71 ◦ blue 194

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

Shades of Fuchsia #B347C2

Tints of Fuchsia #B347C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.69%

R = 40.32%
G = 15.99%
B = 43.69%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B347C2 (or 0xB347C2) is known color: Fuchsia. HEX triplet: B3, 47 and C2. RGB value is (179,71,194). Sum of RGB (Red+Green+Blue) = 179+71+194=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 194 - color contains mainly: blue. Hex color #B347C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B347C2 is #4CB83D. Grayscale: #747474. Windows color (decimal): -5027902 or 12732339. OLE color: 12732339.

HSL color Cylindrical-coordinate representation of color #B347C2: hue angle of 292.68º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B347C2 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 71 194 -
CMYK 0.08 0.63 0 0.24
HSL 292.68º 0.5% 0.52% -
HSV(B) 292.68º 0.63% 0.76% -
XYZ 30.58 17.99 52.9 -
YUV 117.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 179 71 194 0.08 0.63 0 0.24 292.68 0.5 0.52
Hex B3 47 C2 8 3F 0 18 125 32 34
Octal 263 107 302 10 77 0 30 445 62 64
Binary 10110011 1000111 11000010 1000 111111 0 11000 100100101 110010 110100

Color Harmonies of #B347C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B347C2

Black with #B347C2

Text Example


Text Example

White with #B347C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B347C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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