Html Css Color HEX #B537AD Fuchsia

📋 copy color: '#B537AD'

red 181 ◦ green 55 ◦ blue 173

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

Shades of Fuchsia #B537AD

Tints of Fuchsia #B537AD

RGB

 RED value IS 181 (71.09% from 255) = 44.25%

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

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

R = 44.25%
G = 13.45%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B537AD (or 0xB537AD) is known color: Fuchsia. HEX triplet: B5, 37 and AD. RGB value is (181,55,173). Sum of RGB (Red+Green+Blue) = 181+55+173=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B537AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B537AD is #4AC852. Grayscale: #696969. Windows color (decimal): -4900947 or 11351989. OLE color: 11351989.

HSL color Cylindrical-coordinate representation of color #B537AD: hue angle of 303.81º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B537AD is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 55 173 -
CMYK 0 0.70 0.04 0.29
HSL 303.81º 0.53% 0.46% -
HSV(B) 303.81º 0.7% 0.71% -
XYZ 27.97 15.57 41.07 -
YUV 106.13 165.74 181.41 -
System Red Green Blue C M Y K H S L
Decimal 181 55 173 0 0.70 0.04 0.29 303.81 0.53 0.46
Hex B5 37 AD 0 46 4 1D 130 35 2E
Octal 265 67 255 0 106 4 35 460 65 56
Binary 10110101 110111 10101101 0 1000110 100 11101 100110000 110101 101110

Color Harmonies of #B537AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B537AD

Black with #B537AD

Text Example


Text Example

White with #B537AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B537AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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