Html Css Color HEX #B344B2 Fuchsia

📋 copy color: '#B344B2'

red 179 ◦ green 68 ◦ blue 178

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

Shades of Fuchsia #B344B2

Tints of Fuchsia #B344B2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16%

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

R = 42.12%
G = 16%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B344B2 (or 0xB344B2) is known color: Fuchsia. HEX triplet: B3, 44 and B2. RGB value is (179,68,178). Sum of RGB (Red+Green+Blue) = 179+68+178=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B344B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B344B2 is #4CBB4D. Grayscale: #717171. Windows color (decimal): -5028686 or 11682995. OLE color: 11682995.

HSL color Cylindrical-coordinate representation of color #B344B2: hue angle of 300.54º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B344B2 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 68 178 -
CMYK 0 0.62 0.01 0.30
HSL 300.54º 0.45% 0.48% -
HSV(B) 300.54º 0.62% 0.7% -
XYZ 28.69 16.93 43.88 -
YUV 113.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 179 68 178 0 0.62 0.01 0.30 300.54 0.45 0.48
Hex B3 44 B2 0 3E 1 1E 12D 2D 30
Octal 263 104 262 0 76 1 36 455 55 60
Binary 10110011 1000100 10110010 0 111110 1 11110 100101101 101101 110000

Color Harmonies of #B344B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344B2

Black with #B344B2

Text Example


Text Example

White with #B344B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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