Html Css Color HEX #B341AF Fuchsia

📋 copy color: '#B341AF'

red 179 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #B341AF

Tints of Fuchsia #B341AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.51%

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

R = 42.72%
G = 15.51%
B = 41.77%

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

#B341AF (or 0xB341AF) is known color: Fuchsia. HEX triplet: B3, 41 and AF. RGB value is (179,65,175). Sum of RGB (Red+Green+Blue) = 179+65+175=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B341AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B341AF is #4CBE50. Grayscale: #6F6F6F. Windows color (decimal): -5029457 or 11485619. OLE color: 11485619.

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

Color convert

RGB 179 65 175 -
CMYK 0 0.64 0.02 0.30
HSL 302.11º 0.47% 0.48% -
HSV(B) 302.11º 0.64% 0.7% -
XYZ 28.22 16.46 42.25 -
YUV 111.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 179 65 175 0 0.64 0.02 0.30 302.11 0.47 0.48
Hex B3 41 AF 0 40 2 1E 12E 2F 30
Octal 263 101 257 0 100 2 36 456 57 60
Binary 10110011 1000001 10101111 0 1000000 10 11110 100101110 101111 110000

Color Harmonies of #B341AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B341AF

Black with #B341AF

Text Example


Text Example

White with #B341AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B341AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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