Html Css Color HEX #B331B2 Fuchsia

📋 copy color: '#B331B2'

red 179 ◦ green 49 ◦ blue 178

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

Shades of Fuchsia #B331B2

Tints of Fuchsia #B331B2

RGB

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

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

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

R = 44.09%
G = 12.07%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B331B2 (or 0xB331B2) is known color: Fuchsia. HEX triplet: B3, 31 and B2. RGB value is (179,49,178). Sum of RGB (Red+Green+Blue) = 179+49+178=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B331B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B331B2 is #4CCE4D. Grayscale: #666666. Windows color (decimal): -5033550 or 11678131. OLE color: 11678131.

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

Color convert

RGB 179 49 178 -
CMYK 0 0.73 0.01 0.30
HSL 300.46º 0.57% 0.45% -
HSV(B) 300.46º 0.73% 0.7% -
XYZ 27.72 14.99 43.55 -
YUV 102.58 170.57 182.51 -
System Red Green Blue C M Y K H S L
Decimal 179 49 178 0 0.73 0.01 0.30 300.46 0.57 0.45
Hex B3 31 B2 0 49 1 1E 12C 39 2D
Octal 263 61 262 0 111 1 36 454 71 55
Binary 10110011 110001 10110010 0 1001001 1 11110 100101100 111001 101101

Color Harmonies of #B331B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331B2

Black with #B331B2

Text Example


Text Example

White with #B331B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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