Html Css Color HEX #B340A9 Fuchsia

📋 copy color: '#B340A9'

red 179 ◦ green 64 ◦ blue 169

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

Shades of Fuchsia #B340A9

Tints of Fuchsia #B340A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.02%

R = 43.45%
G = 15.53%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B340A9 (or 0xB340A9) is known color: Fuchsia. HEX triplet: B3, 40 and A9. RGB value is (179,64,169). Sum of RGB (Red+Green+Blue) = 179+64+169=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B340A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B340A9 is #4CBF56. Grayscale: #6E6E6E. Windows color (decimal): -5029719 or 11092147. OLE color: 11092147.

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

Color convert

RGB 179 64 169 -
CMYK 0 0.64 0.06 0.30
HSL 305.22º 0.47% 0.48% -
HSV(B) 305.22º 0.64% 0.7% -
XYZ 27.59 16.12 39.19 -
YUV 110.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 179 64 169 0 0.64 0.06 0.30 305.22 0.47 0.48
Hex B3 40 A9 0 40 6 1E 131 2F 30
Octal 263 100 251 0 100 6 36 461 57 60
Binary 10110011 1000000 10101001 0 1000000 110 11110 100110001 101111 110000

Color Harmonies of #B340A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B340A9

Black with #B340A9

Text Example


Text Example

White with #B340A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B340A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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