Html Css Color HEX #B332AF Fuchsia

📋 copy color: '#B332AF'

red 179 ◦ green 50 ◦ blue 175

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

Shades of Fuchsia #B332AF

Tints of Fuchsia #B332AF

RGB

 RED value IS 179 (70.31% from 255) = 44.31%

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

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

R = 44.31%
G = 12.38%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B332AF (or 0xB332AF) is known color: Fuchsia. HEX triplet: B3, 32 and AF. RGB value is (179,50,175). Sum of RGB (Red+Green+Blue) = 179+50+175=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B332AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B332AF is #4CCD50. Grayscale: #666666. Windows color (decimal): -5033297 or 11481779. OLE color: 11481779.

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

Color convert

RGB 179 50 175 -
CMYK 0 0.72 0.02 0.30
HSL 301.86º 0.56% 0.45% -
HSV(B) 301.86º 0.72% 0.7% -
XYZ 27.47 14.96 42 -
YUV 102.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 179 50 175 0 0.72 0.02 0.30 301.86 0.56 0.45
Hex B3 32 AF 0 48 2 1E 12E 38 2D
Octal 263 62 257 0 110 2 36 456 70 55
Binary 10110011 110010 10101111 0 1001000 10 11110 100101110 111000 101101

Color Harmonies of #B332AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B332AF

Black with #B332AF

Text Example


Text Example

White with #B332AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B332AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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