Html Css Color HEX #B532B1 Fuchsia

📋 copy color: '#B532B1'

red 181 ◦ green 50 ◦ blue 177

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

Shades of Fuchsia #B532B1

Tints of Fuchsia #B532B1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.25%

 BLUE value IS 177 (69.53% from 255) = 43.38%

R = 44.36%
G = 12.25%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B532B1 (or 0xB532B1) is known color: Fuchsia. HEX triplet: B5, 32 and B1. RGB value is (181,50,177). Sum of RGB (Red+Green+Blue) = 181+50+177=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B532B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B532B1 is #4ACD4E. Grayscale: #676767. Windows color (decimal): -4902223 or 11612853. OLE color: 11612853.

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

Color convert

RGB 181 50 177 -
CMYK 0 0.72 0.02 0.29
HSL 301.83º 0.57% 0.45% -
HSV(B) 301.83º 0.72% 0.71% -
XYZ 28.13 15.28 43.06 -
YUV 103.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 181 50 177 0 0.72 0.02 0.29 301.83 0.57 0.45
Hex B5 32 B1 0 48 2 1D 12E 39 2D
Octal 265 62 261 0 110 2 35 456 71 55
Binary 10110101 110010 10110001 0 1001000 10 11101 100101110 111001 101101

Color Harmonies of #B532B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532B1

Black with #B532B1

Text Example


Text Example

White with #B532B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532B1; }

 p { color: rgb(181,50,177); }

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

background-color css

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

 a { background-color: rgb(181,50,177); }

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

border-color css

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

 span { border-color: rgb(181,50,177); }

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