Html Css Color HEX #B340A8 Fuchsia

📋 copy color: '#B340A8'

red 179 ◦ green 64 ◦ blue 168

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

Shades of Fuchsia #B340A8

Tints of Fuchsia #B340A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.88%

R = 43.55%
G = 15.57%
B = 40.88%

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

#B340A8 (or 0xB340A8) is known color: Fuchsia. HEX triplet: B3, 40 and A8. RGB value is (179,64,168). Sum of RGB (Red+Green+Blue) = 179+64+168=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B340A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B340A8 is #4CBF57. Grayscale: #6D6D6D. Windows color (decimal): -5029720 or 11026611. OLE color: 11026611.

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

Color convert

RGB 179 64 168 -
CMYK 0 0.64 0.06 0.30
HSL 305.74º 0.47% 0.48% -
HSV(B) 305.74º 0.64% 0.7% -
XYZ 27.49 16.08 38.7 -
YUV 110.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 179 64 168 0 0.64 0.06 0.30 305.74 0.47 0.48
Hex B3 40 A8 0 40 6 1E 132 2F 30
Octal 263 100 250 0 100 6 36 462 57 60
Binary 10110011 1000000 10101000 0 1000000 110 11110 100110010 101111 110000

Color Harmonies of #B340A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B340A8

Black with #B340A8

Text Example


Text Example

White with #B340A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B340A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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