Html Css Color HEX #B337AD Fuchsia

📋 copy color: '#B337AD'

red 179 ◦ green 55 ◦ blue 173

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

Shades of Fuchsia #B337AD

Tints of Fuchsia #B337AD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.51%

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

R = 43.98%
G = 13.51%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B337AD (or 0xB337AD) is known color: Fuchsia. HEX triplet: B3, 37 and AD. RGB value is (179,55,173). Sum of RGB (Red+Green+Blue) = 179+55+173=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B337AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B337AD is #4CC852. Grayscale: #696969. Windows color (decimal): -5032019 or 11351987. OLE color: 11351987.

HSL color Cylindrical-coordinate representation of color #B337AD: hue angle of 302.9º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B337AD is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 55 173 -
CMYK 0 0.69 0.03 0.30
HSL 302.9º 0.53% 0.46% -
HSV(B) 302.9º 0.69% 0.7% -
XYZ 27.5 15.33 41.05 -
YUV 105.53 166.08 180.41 -
System Red Green Blue C M Y K H S L
Decimal 179 55 173 0 0.69 0.03 0.30 302.9 0.53 0.46
Hex B3 37 AD 0 45 3 1E 12F 35 2E
Octal 263 67 255 0 105 3 36 457 65 56
Binary 10110011 110111 10101101 0 1000101 11 11110 100101111 110101 101110

Color Harmonies of #B337AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B337AD

Black with #B337AD

Text Example


Text Example

White with #B337AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B337AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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