Html Css Color HEX #B331AA Fuchsia

📋 copy color: '#B331AA'

red 179 ◦ green 49 ◦ blue 170

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

Shades of Fuchsia #B331AA

Tints of Fuchsia #B331AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 44.97%
G = 12.31%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B331AA (or 0xB331AA) is known color: Fuchsia. HEX triplet: B3, 31 and AA. RGB value is (179,49,170). Sum of RGB (Red+Green+Blue) = 179+49+170=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B331AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B331AA is #4CCE55. Grayscale: #656565. Windows color (decimal): -5033558 or 11153843. OLE color: 11153843.

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

Color convert

RGB 179 49 170 -
CMYK 0 0.73 0.05 0.30
HSL 304.15º 0.57% 0.45% -
HSV(B) 304.15º 0.73% 0.7% -
XYZ 26.94 14.68 39.44 -
YUV 101.66 166.57 183.16 -
System Red Green Blue C M Y K H S L
Decimal 179 49 170 0 0.73 0.05 0.30 304.15 0.57 0.45
Hex B3 31 AA 0 49 5 1E 130 39 2D
Octal 263 61 252 0 111 5 36 460 71 55
Binary 10110011 110001 10101010 0 1001001 101 11110 100110000 111001 101101

Color Harmonies of #B331AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331AA

Black with #B331AA

Text Example


Text Example

White with #B331AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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