Html Css Color HEX #B340AC Fuchsia

📋 copy color: '#B340AC'

red 179 ◦ green 64 ◦ blue 172

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

Shades of Fuchsia #B340AC

Tints of Fuchsia #B340AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.42%

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 43.13%
G = 15.42%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B340AC (or 0xB340AC) is known color: Fuchsia. HEX triplet: B3, 40 and AC. RGB value is (179,64,172). Sum of RGB (Red+Green+Blue) = 179+64+172=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B340AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B340AC is #4CBF53. Grayscale: #6E6E6E. Windows color (decimal): -5029716 or 11288755. OLE color: 11288755.

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

Color convert

RGB 179 64 172 -
CMYK 0 0.64 0.04 0.30
HSL 303.65º 0.47% 0.48% -
HSV(B) 303.65º 0.64% 0.7% -
XYZ 27.87 16.23 40.69 -
YUV 110.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 179 64 172 0 0.64 0.04 0.30 303.65 0.47 0.48
Hex B3 40 AC 0 40 4 1E 130 2F 30
Octal 263 100 254 0 100 4 36 460 57 60
Binary 10110011 1000000 10101100 0 1000000 100 11110 100110000 101111 110000

Color Harmonies of #B340AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B340AC

Black with #B340AC

Text Example


Text Example

White with #B340AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B340AC; }

 p { color: rgb(179,64,172); }

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

background-color css

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

 a { background-color: rgb(179,64,172); }

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

border-color css

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

 span { border-color: rgb(179,64,172); }

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