Html Css Color HEX #B341AD Fuchsia

📋 copy color: '#B341AD'

red 179 ◦ green 65 ◦ blue 173

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

Shades of Fuchsia #B341AD

Tints of Fuchsia #B341AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 42.93%
G = 15.59%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B341AD (or 0xB341AD) is known color: Fuchsia. HEX triplet: B3, 41 and AD. RGB value is (179,65,173). Sum of RGB (Red+Green+Blue) = 179+65+173=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B341AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B341AD is #4CBE52. Grayscale: #6F6F6F. Windows color (decimal): -5029459 or 11354547. OLE color: 11354547.

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

Color convert

RGB 179 65 173 -
CMYK 0 0.64 0.03 0.30
HSL 303.16º 0.47% 0.48% -
HSV(B) 303.16º 0.64% 0.7% -
XYZ 28.02 16.38 41.22 -
YUV 111.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 179 65 173 0 0.64 0.03 0.30 303.16 0.47 0.48
Hex B3 41 AD 0 40 3 1E 12F 2F 30
Octal 263 101 255 0 100 3 36 457 57 60
Binary 10110011 1000001 10101101 0 1000000 11 11110 100101111 101111 110000

Color Harmonies of #B341AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B341AD

Black with #B341AD

Text Example


Text Example

White with #B341AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B341AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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