Html Css Color HEX #B32EB2 Fuchsia

📋 copy color: '#B32EB2'

red 179 ◦ green 46 ◦ blue 178

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

Shades of Fuchsia #B32EB2

Tints of Fuchsia #B32EB2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.41%

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

R = 44.42%
G = 11.41%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B32EB2 (or 0xB32EB2) is known color: Fuchsia. HEX triplet: B3, 2E and B2. RGB value is (179,46,178). Sum of RGB (Red+Green+Blue) = 179+46+178=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B32EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32EB2 is #4CD14D. Grayscale: #646464. Windows color (decimal): -5034318 or 11677363. OLE color: 11677363.

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

Color convert

RGB 179 46 178 -
CMYK 0 0.74 0.01 0.30
HSL 300.45º 0.59% 0.44% -
HSV(B) 300.45º 0.74% 0.7% -
XYZ 27.6 14.75 43.51 -
YUV 100.82 171.56 183.77 -
System Red Green Blue C M Y K H S L
Decimal 179 46 178 0 0.74 0.01 0.30 300.45 0.59 0.44
Hex B3 2E B2 0 4A 1 1E 12C 3B 2C
Octal 263 56 262 0 112 1 36 454 73 54
Binary 10110011 101110 10110010 0 1001010 1 11110 100101100 111011 101100

Color Harmonies of #B32EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32EB2

Black with #B32EB2

Text Example


Text Example

White with #B32EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32EB2; }

 p { color: rgb(179,46,178); }

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

background-color css

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

 a { background-color: rgb(179,46,178); }

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

border-color css

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

 span { border-color: rgb(179,46,178); }

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