Html Css Color HEX #B32CAF Fuchsia

📋 copy color: '#B32CAF'

red 179 ◦ green 44 ◦ blue 175

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

Shades of Fuchsia #B32CAF

Tints of Fuchsia #B32CAF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.06%

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

R = 44.97%
G = 11.06%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B32CAF (or 0xB32CAF) is known color: Fuchsia. HEX triplet: B3, 2C and AF. RGB value is (179,44,175). Sum of RGB (Red+Green+Blue) = 179+44+175=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B32CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32CAF is #4CD350. Grayscale: #626262. Windows color (decimal): -5034833 or 11480243. OLE color: 11480243.

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

Color convert

RGB 179 44 175 -
CMYK 0 0.75 0.02 0.30
HSL 301.78º 0.61% 0.44% -
HSV(B) 301.78º 0.75% 0.7% -
XYZ 27.23 14.48 41.92 -
YUV 99.3 170.73 184.85 -
System Red Green Blue C M Y K H S L
Decimal 179 44 175 0 0.75 0.02 0.30 301.78 0.61 0.44
Hex B3 2C AF 0 4B 2 1E 12E 3D 2C
Octal 263 54 257 0 113 2 36 456 75 54
Binary 10110011 101100 10101111 0 1001011 10 11110 100101110 111101 101100

Color Harmonies of #B32CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CAF

Black with #B32CAF

Text Example


Text Example

White with #B32CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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