Html Css Color HEX #B331BA Fuchsia

📋 copy color: '#B331BA'

red 179 ◦ green 49 ◦ blue 186

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

Shades of Fuchsia #B331BA

Tints of Fuchsia #B331BA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.84%

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

R = 43.24%
G = 11.84%
B = 44.93%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B331BA (or 0xB331BA) is known color: Fuchsia. HEX triplet: B3, 31 and BA. RGB value is (179,49,186). Sum of RGB (Red+Green+Blue) = 179+49+186=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #B331BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B331BA is #4CCE45. Grayscale: #676767. Windows color (decimal): -5033542 or 12202419. OLE color: 12202419.

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

Color convert

RGB 179 49 186 -
CMYK 0.04 0.74 0 0.27
HSL 296.93º 0.58% 0.46% -
HSV(B) 296.93º 0.74% 0.73% -
XYZ 28.55 15.33 47.91 -
YUV 103.49 174.57 181.86 -
System Red Green Blue C M Y K H S L
Decimal 179 49 186 0.04 0.74 0 0.27 296.93 0.58 0.46
Hex B3 31 BA 4 4A 0 1B 129 3A 2E
Octal 263 61 272 4 112 0 33 451 72 56
Binary 10110011 110001 10111010 100 1001010 0 11011 100101001 111010 101110

Color Harmonies of #B331BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331BA

Black with #B331BA

Text Example


Text Example

White with #B331BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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