Html Css Color HEX #B532B2 Fuchsia

📋 copy color: '#B532B2'

red 181 ◦ green 50 ◦ blue 178

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

Shades of Fuchsia #B532B2

Tints of Fuchsia #B532B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.52%

R = 44.25%
G = 12.22%
B = 43.52%

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

#B532B2 (or 0xB532B2) is known color: Fuchsia. HEX triplet: B5, 32 and B2. RGB value is (181,50,178). Sum of RGB (Red+Green+Blue) = 181+50+178=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B532B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B532B2 is #4ACD4D. Grayscale: #676767. Windows color (decimal): -4902222 or 11678389. OLE color: 11678389.

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

Color convert

RGB 181 50 178 -
CMYK 0 0.72 0.02 0.29
HSL 301.37º 0.57% 0.45% -
HSV(B) 301.37º 0.72% 0.71% -
XYZ 28.23 15.32 43.59 -
YUV 103.76 169.9 183.09 -
System Red Green Blue C M Y K H S L
Decimal 181 50 178 0 0.72 0.02 0.29 301.37 0.57 0.45
Hex B5 32 B2 0 48 2 1D 12D 39 2D
Octal 265 62 262 0 110 2 35 455 71 55
Binary 10110101 110010 10110010 0 1001000 10 11101 100101101 111001 101101

Color Harmonies of #B532B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532B2

Black with #B532B2

Text Example


Text Example

White with #B532B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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