Html Css Color HEX #B344BD Fuchsia

📋 copy color: '#B344BD'

red 179 ◦ green 68 ◦ blue 189

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

Shades of Fuchsia #B344BD

Tints of Fuchsia #B344BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.35%

R = 41.06%
G = 15.6%
B = 43.35%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B344BD (or 0xB344BD) is known color: Fuchsia. HEX triplet: B3, 44 and BD. RGB value is (179,68,189). Sum of RGB (Red+Green+Blue) = 179+68+189=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #B344BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344BD is #4CBB42. Grayscale: #727272. Windows color (decimal): -5028675 or 12403891. OLE color: 12403891.

HSL color Cylindrical-coordinate representation of color #B344BD: hue angle of 295.04º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B344BD is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 68 189 -
CMYK 0.05 0.64 0 0.26
HSL 295.04º 0.48% 0.5% -
HSV(B) 295.04º 0.64% 0.74% -
XYZ 29.84 17.39 49.93 -
YUV 114.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 179 68 189 0.05 0.64 0 0.26 295.04 0.48 0.5
Hex B3 44 BD 5 40 0 1A 127 30 32
Octal 263 104 275 5 100 0 32 447 60 62
Binary 10110011 1000100 10111101 101 1000000 0 11010 100100111 110000 110010

Color Harmonies of #B344BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344BD

Black with #B344BD

Text Example


Text Example

White with #B344BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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