Html Css Color HEX #B332BA Fuchsia

📋 copy color: '#B332BA'

red 179 ◦ green 50 ◦ blue 186

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

Shades of Fuchsia #B332BA

Tints of Fuchsia #B332BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 43.13%
G = 12.05%
B = 44.82%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B332BA (or 0xB332BA) is known color: Fuchsia. HEX triplet: B3, 32 and BA. RGB value is (179,50,186). Sum of RGB (Red+Green+Blue) = 179+50+186=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #B332BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B332BA is #4CCD45. Grayscale: #676767. Windows color (decimal): -5033286 or 12202675. OLE color: 12202675.

HSL color Cylindrical-coordinate representation of color #B332BA: hue angle of 296.91º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B332BA is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 50 186 -
CMYK 0.04 0.73 0 0.27
HSL 296.91º 0.58% 0.46% -
HSV(B) 296.91º 0.73% 0.73% -
XYZ 28.59 15.41 47.92 -
YUV 104.08 174.24 181.44 -
System Red Green Blue C M Y K H S L
Decimal 179 50 186 0.04 0.73 0 0.27 296.91 0.58 0.46
Hex B3 32 BA 4 49 0 1B 129 3A 2E
Octal 263 62 272 4 111 0 33 451 72 56
Binary 10110011 110010 10111010 100 1001001 0 11011 100101001 111010 101110

Color Harmonies of #B332BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B332BA

Black with #B332BA

Text Example


Text Example

White with #B332BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B332BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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