Html Css Color HEX #B344AF Fuchsia

📋 copy color: '#B344AF'

red 179 ◦ green 68 ◦ blue 175

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

Shades of Fuchsia #B344AF

Tints of Fuchsia #B344AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.47%

R = 42.42%
G = 16.11%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B344AF (or 0xB344AF) is known color: Fuchsia. HEX triplet: B3, 44 and AF. RGB value is (179,68,175). Sum of RGB (Red+Green+Blue) = 179+68+175=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B344AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B344AF is #4CBB50. Grayscale: #717171. Windows color (decimal): -5028689 or 11486387. OLE color: 11486387.

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

Color convert

RGB 179 68 175 -
CMYK 0 0.62 0.02 0.30
HSL 302.16º 0.45% 0.48% -
HSV(B) 302.16º 0.62% 0.7% -
XYZ 28.4 16.81 42.31 -
YUV 113.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 179 68 175 0 0.62 0.02 0.30 302.16 0.45 0.48
Hex B3 44 AF 0 3E 2 1E 12E 2D 30
Octal 263 104 257 0 76 2 36 456 55 60
Binary 10110011 1000100 10101111 0 111110 10 11110 100101110 101101 110000

Color Harmonies of #B344AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344AF

Black with #B344AF

Text Example


Text Example

White with #B344AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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