Html Css Color HEX #B344AD Fuchsia

📋 copy color: '#B344AD'

red 179 ◦ green 68 ◦ blue 173

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

Shades of Fuchsia #B344AD

Tints of Fuchsia #B344AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 42.62%
G = 16.19%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B344AD (or 0xB344AD) is known color: Fuchsia. HEX triplet: B3, 44 and AD. RGB value is (179,68,173). Sum of RGB (Red+Green+Blue) = 179+68+173=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B344AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B344AD is #4CBB52. Grayscale: #707070. Windows color (decimal): -5028691 or 11355315. OLE color: 11355315.

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

Color convert

RGB 179 68 173 -
CMYK 0 0.62 0.03 0.30
HSL 303.24º 0.45% 0.48% -
HSV(B) 303.24º 0.62% 0.7% -
XYZ 28.2 16.74 41.28 -
YUV 113.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 179 68 173 0 0.62 0.03 0.30 303.24 0.45 0.48
Hex B3 44 AD 0 3E 3 1E 12F 2D 30
Octal 263 104 255 0 76 3 36 457 55 60
Binary 10110011 1000100 10101101 0 111110 11 11110 100101111 101101 110000

Color Harmonies of #B344AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344AD

Black with #B344AD

Text Example


Text Example

White with #B344AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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