Html Css Color HEX #B32EB3 Fuchsia

📋 copy color: '#B32EB3'

red 179 ◦ green 46 ◦ blue 179

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

Shades of Fuchsia #B32EB3

Tints of Fuchsia #B32EB3

RGB

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

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

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

R = 44.31%
G = 11.39%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B32EB3 (or 0xB32EB3) is known color: Fuchsia. HEX triplet: B3, 2E and B3. RGB value is (179,46,179). Sum of RGB (Red+Green+Blue) = 179+46+179=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B32EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32EB3 is #4CD14C. Grayscale: #646464. Windows color (decimal): -5034317 or 11742899. OLE color: 11742899.

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

Color convert

RGB 179 46 179 -
CMYK 0 0.74 0 0.30
HSL 300º 0.59% 0.44% -
HSV(B) 300º 0.74% 0.7% -
XYZ 27.7 14.79 44.04 -
YUV 100.93 172.06 183.69 -
System Red Green Blue C M Y K H S L
Decimal 179 46 179 0 0.74 0 0.30 300 0.59 0.44
Hex B3 2E B3 0 4A 0 1E 12C 3B 2C
Octal 263 56 263 0 112 0 36 454 73 54
Binary 10110011 101110 10110011 0 1001010 0 11110 100101100 111011 101100

Color Harmonies of #B32EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32EB3

Black with #B32EB3

Text Example


Text Example

White with #B32EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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