Html Css Color HEX #B532AF Fuchsia

📋 copy color: '#B532AF'

red 181 ◦ green 50 ◦ blue 175

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

Shades of Fuchsia #B532AF

Tints of Fuchsia #B532AF

RGB

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

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

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

R = 44.58%
G = 12.32%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B532AF (or 0xB532AF) is known color: Fuchsia. HEX triplet: B5, 32 and AF. RGB value is (181,50,175). Sum of RGB (Red+Green+Blue) = 181+50+175=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B532AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B532AF is #4ACD50. Grayscale: #676767. Windows color (decimal): -4902225 or 11481781. OLE color: 11481781.

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

Color convert

RGB 181 50 175 -
CMYK 0 0.72 0.03 0.29
HSL 302.75º 0.57% 0.45% -
HSV(B) 302.75º 0.72% 0.71% -
XYZ 27.93 15.2 42.02 -
YUV 103.42 168.4 183.34 -
System Red Green Blue C M Y K H S L
Decimal 181 50 175 0 0.72 0.03 0.29 302.75 0.57 0.45
Hex B5 32 AF 0 48 3 1D 12F 39 2D
Octal 265 62 257 0 110 3 35 457 71 55
Binary 10110101 110010 10101111 0 1001000 11 11101 100101111 111001 101101

Color Harmonies of #B532AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532AF

Black with #B532AF

Text Example


Text Example

White with #B532AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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