Html Css Color HEX #B32FB2 Fuchsia

📋 copy color: '#B32FB2'

red 179 ◦ green 47 ◦ blue 178

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

Shades of Fuchsia #B32FB2

Tints of Fuchsia #B32FB2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.63%

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

R = 44.31%
G = 11.63%
B = 44.06%

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

#B32FB2 (or 0xB32FB2) is known color: Fuchsia. HEX triplet: B3, 2F and B2. RGB value is (179,47,178). Sum of RGB (Red+Green+Blue) = 179+47+178=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B32FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32FB2 is #4CD04D. Grayscale: #656565. Windows color (decimal): -5034062 or 11677619. OLE color: 11677619.

HSL color Cylindrical-coordinate representation of color #B32FB2: hue angle of 300.45º degrees, saturation: 0.58, 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 #B32FB2 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 47 178 -
CMYK 0 0.74 0.01 0.30
HSL 300.45º 0.58% 0.44% -
HSV(B) 300.45º 0.74% 0.7% -
XYZ 27.64 14.83 43.53 -
YUV 101.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 179 47 178 0 0.74 0.01 0.30 300.45 0.58 0.44
Hex B3 2F B2 0 4A 1 1E 12C 3A 2C
Octal 263 57 262 0 112 1 36 454 72 54
Binary 10110011 101111 10110010 0 1001010 1 11110 100101100 111010 101100

Color Harmonies of #B32FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FB2

Black with #B32FB2

Text Example


Text Example

White with #B32FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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