Html Css Color HEX #B340AF Fuchsia

📋 copy color: '#B340AF'

red 179 ◦ green 64 ◦ blue 175

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

Shades of Fuchsia #B340AF

Tints of Fuchsia #B340AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 42.82%
G = 15.31%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B340AF (or 0xB340AF) is known color: Fuchsia. HEX triplet: B3, 40 and AF. RGB value is (179,64,175). Sum of RGB (Red+Green+Blue) = 179+64+175=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B340AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B340AF is #4CBF50. Grayscale: #6E6E6E. Windows color (decimal): -5029713 or 11485363. OLE color: 11485363.

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

Color convert

RGB 179 64 175 -
CMYK 0 0.64 0.02 0.30
HSL 302.09º 0.47% 0.48% -
HSV(B) 302.09º 0.64% 0.7% -
XYZ 28.16 16.35 42.23 -
YUV 111.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 179 64 175 0 0.64 0.02 0.30 302.09 0.47 0.48
Hex B3 40 AF 0 40 2 1E 12E 2F 30
Octal 263 100 257 0 100 2 36 456 57 60
Binary 10110011 1000000 10101111 0 1000000 10 11110 100101110 101111 110000

Color Harmonies of #B340AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B340AF

Black with #B340AF

Text Example


Text Example

White with #B340AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B340AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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