Html Css Color HEX #B331AD Fuchsia

📋 copy color: '#B331AD'

red 179 ◦ green 49 ◦ blue 173

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

Shades of Fuchsia #B331AD

Tints of Fuchsia #B331AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.14%

R = 44.64%
G = 12.22%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B331AD (or 0xB331AD) is known color: Fuchsia. HEX triplet: B3, 31 and AD. RGB value is (179,49,173). Sum of RGB (Red+Green+Blue) = 179+49+173=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B331AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B331AD is #4CCE52. Grayscale: #656565. Windows color (decimal): -5033555 or 11350451. OLE color: 11350451.

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

Color convert

RGB 179 49 173 -
CMYK 0 0.73 0.03 0.30
HSL 302.77º 0.57% 0.45% -
HSV(B) 302.77º 0.73% 0.7% -
XYZ 27.23 14.8 40.96 -
YUV 102.01 168.07 182.92 -
System Red Green Blue C M Y K H S L
Decimal 179 49 173 0 0.73 0.03 0.30 302.77 0.57 0.45
Hex B3 31 AD 0 49 3 1E 12F 39 2D
Octal 263 61 255 0 111 3 36 457 71 55
Binary 10110011 110001 10101101 0 1001001 11 11110 100101111 111001 101101

Color Harmonies of #B331AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331AD

Black with #B331AD

Text Example


Text Example

White with #B331AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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