Html Css Color HEX #B531AD Fuchsia

📋 copy color: '#B531AD'

red 181 ◦ green 49 ◦ blue 173

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

Shades of Fuchsia #B531AD

Tints of Fuchsia #B531AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.16%

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

R = 44.91%
G = 12.16%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B531AD (or 0xB531AD) is known color: Fuchsia. HEX triplet: B5, 31 and AD. RGB value is (181,49,173). Sum of RGB (Red+Green+Blue) = 181+49+173=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B531AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B531AD is #4ACE52. Grayscale: #666666. Windows color (decimal): -4902483 or 11350453. OLE color: 11350453.

HSL color Cylindrical-coordinate representation of color #B531AD: hue angle of 303.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B531AD is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 49 173 -
CMYK 0 0.73 0.04 0.29
HSL 303.64º 0.57% 0.45% -
HSV(B) 303.64º 0.73% 0.71% -
XYZ 27.7 15.04 40.98 -
YUV 102.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 181 49 173 0 0.73 0.04 0.29 303.64 0.57 0.45
Hex B5 31 AD 0 49 4 1D 130 39 2D
Octal 265 61 255 0 111 4 35 460 71 55
Binary 10110101 110001 10101101 0 1001001 100 11101 100110000 111001 101101

Color Harmonies of #B531AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531AD

Black with #B531AD

Text Example


Text Example

White with #B531AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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