Html Css Color HEX #B340A6 Fuchsia

📋 copy color: '#B340A6'

red 179 ◦ green 64 ◦ blue 166

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

Shades of Fuchsia #B340A6

Tints of Fuchsia #B340A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.59%

R = 43.77%
G = 15.65%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B340A6 (or 0xB340A6) is known color: Fuchsia. HEX triplet: B3, 40 and A6. RGB value is (179,64,166). Sum of RGB (Red+Green+Blue) = 179+64+166=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B340A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B340A6 is #4CBF59. Grayscale: #6D6D6D. Windows color (decimal): -5029722 or 10895539. OLE color: 10895539.

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

Color convert

RGB 179 64 166 -
CMYK 0 0.64 0.07 0.30
HSL 306.78º 0.47% 0.48% -
HSV(B) 306.78º 0.64% 0.7% -
XYZ 27.31 16 37.73 -
YUV 110.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 179 64 166 0 0.64 0.07 0.30 306.78 0.47 0.48
Hex B3 40 A6 0 40 7 1E 133 2F 30
Octal 263 100 246 0 100 7 36 463 57 60
Binary 10110011 1000000 10100110 0 1000000 111 11110 100110011 101111 110000

Color Harmonies of #B340A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B340A6

Black with #B340A6

Text Example


Text Example

White with #B340A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B340A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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