Html Css Color HEX #B331AF Fuchsia

📋 copy color: '#B331AF'

red 179 ◦ green 49 ◦ blue 175

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

Shades of Fuchsia #B331AF

Tints of Fuchsia #B331AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.42%

R = 44.42%
G = 12.16%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B331AF (or 0xB331AF) is known color: Fuchsia. HEX triplet: B3, 31 and AF. RGB value is (179,49,175). Sum of RGB (Red+Green+Blue) = 179+49+175=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B331AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B331AF is #4CCE50. Grayscale: #656565. Windows color (decimal): -5033553 or 11481523. OLE color: 11481523.

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

Color convert

RGB 179 49 175 -
CMYK 0 0.73 0.02 0.30
HSL 301.85º 0.57% 0.45% -
HSV(B) 301.85º 0.73% 0.7% -
XYZ 27.43 14.88 41.98 -
YUV 102.23 169.07 182.75 -
System Red Green Blue C M Y K H S L
Decimal 179 49 175 0 0.73 0.02 0.30 301.85 0.57 0.45
Hex B3 31 AF 0 49 2 1E 12E 39 2D
Octal 263 61 257 0 111 2 36 456 71 55
Binary 10110011 110001 10101111 0 1001001 10 11110 100101110 111001 101101

Color Harmonies of #B331AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331AF

Black with #B331AF

Text Example


Text Example

White with #B331AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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