Html Css Color HEX #B340A7 Fuchsia

📋 copy color: '#B340A7'

red 179 ◦ green 64 ◦ blue 167

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

Shades of Fuchsia #B340A7

Tints of Fuchsia #B340A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.73%

R = 43.66%
G = 15.61%
B = 40.73%

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

#B340A7 (or 0xB340A7) is known color: Fuchsia. HEX triplet: B3, 40 and A7. RGB value is (179,64,167). Sum of RGB (Red+Green+Blue) = 179+64+167=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B340A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B340A7 is #4CBF58. Grayscale: #6D6D6D. Windows color (decimal): -5029721 or 10961075. OLE color: 10961075.

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

Color convert

RGB 179 64 167 -
CMYK 0 0.64 0.07 0.30
HSL 306.26º 0.47% 0.48% -
HSV(B) 306.26º 0.64% 0.7% -
XYZ 27.4 16.04 38.21 -
YUV 110.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 179 64 167 0 0.64 0.07 0.30 306.26 0.47 0.48
Hex B3 40 A7 0 40 7 1E 132 2F 30
Octal 263 100 247 0 100 7 36 462 57 60
Binary 10110011 1000000 10100111 0 1000000 111 11110 100110010 101111 110000

Color Harmonies of #B340A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B340A7

Black with #B340A7

Text Example


Text Example

White with #B340A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B340A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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