Html Css Color HEX #B531AF Fuchsia

📋 copy color: '#B531AF'

red 181 ◦ green 49 ◦ blue 175

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

Shades of Fuchsia #B531AF

Tints of Fuchsia #B531AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.21%

R = 44.69%
G = 12.1%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B531AF (or 0xB531AF) is known color: Fuchsia. HEX triplet: B5, 31 and AF. RGB value is (181,49,175). Sum of RGB (Red+Green+Blue) = 181+49+175=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B531AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B531AF is #4ACE50. Grayscale: #666666. Windows color (decimal): -4902481 or 11481525. OLE color: 11481525.

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

Color convert

RGB 181 49 175 -
CMYK 0 0.73 0.03 0.29
HSL 302.73º 0.57% 0.45% -
HSV(B) 302.73º 0.73% 0.71% -
XYZ 27.89 15.12 42 -
YUV 102.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 181 49 175 0 0.73 0.03 0.29 302.73 0.57 0.45
Hex B5 31 AF 0 49 3 1D 12F 39 2D
Octal 265 61 257 0 111 3 35 457 71 55
Binary 10110101 110001 10101111 0 1001001 11 11101 100101111 111001 101101

Color Harmonies of #B531AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531AF

Black with #B531AF

Text Example


Text Example

White with #B531AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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