Html Css Color HEX #B531AB Fuchsia

📋 copy color: '#B531AB'

red 181 ◦ green 49 ◦ blue 171

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

Shades of Fuchsia #B531AB

Tints of Fuchsia #B531AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 45.14%
G = 12.22%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B531AB (or 0xB531AB) is known color: Fuchsia. HEX triplet: B5, 31 and AB. RGB value is (181,49,171). Sum of RGB (Red+Green+Blue) = 181+49+171=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B531AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B531AB is #4ACE54. Grayscale: #666666. Windows color (decimal): -4902485 or 11219381. OLE color: 11219381.

HSL color Cylindrical-coordinate representation of color #B531AB: hue angle of 304.55º 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 #B531AB is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 49 171 -
CMYK 0 0.73 0.06 0.29
HSL 304.55º 0.57% 0.45% -
HSV(B) 304.55º 0.73% 0.71% -
XYZ 27.51 14.96 39.97 -
YUV 102.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 181 49 171 0 0.73 0.06 0.29 304.55 0.57 0.45
Hex B5 31 AB 0 49 6 1D 131 39 2D
Octal 265 61 253 0 111 6 35 461 71 55
Binary 10110101 110001 10101011 0 1001001 110 11101 100110001 111001 101101

Color Harmonies of #B531AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531AB

Black with #B531AB

Text Example


Text Example

White with #B531AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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