Html Css Color HEX #B343B2 Fuchsia

📋 copy color: '#B343B2'

red 179 ◦ green 67 ◦ blue 178

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

Shades of Fuchsia #B343B2

Tints of Fuchsia #B343B2

RGB

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

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

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

R = 42.22%
G = 15.8%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B343B2 (or 0xB343B2) is known color: Fuchsia. HEX triplet: B3, 43 and B2. RGB value is (179,67,178). Sum of RGB (Red+Green+Blue) = 179+67+178=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B343B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B343B2 is #4CBC4D. Grayscale: #707070. Windows color (decimal): -5028942 or 11682739. OLE color: 11682739.

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

Color convert

RGB 179 67 178 -
CMYK 0 0.63 0.01 0.30
HSL 300.54º 0.46% 0.48% -
HSV(B) 300.54º 0.63% 0.7% -
XYZ 28.63 16.81 43.86 -
YUV 113.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 179 67 178 0 0.63 0.01 0.30 300.54 0.46 0.48
Hex B3 43 B2 0 3F 1 1E 12D 2E 30
Octal 263 103 262 0 77 1 36 455 56 60
Binary 10110011 1000011 10110010 0 111111 1 11110 100101101 101110 110000

Color Harmonies of #B343B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B343B2

Black with #B343B2

Text Example


Text Example

White with #B343B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B343B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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