Html Css Color HEX #B831AC Fuchsia

📋 copy color: '#B831AC'

red 184 ◦ green 49 ◦ blue 172

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

Shades of Fuchsia #B831AC

Tints of Fuchsia #B831AC

RGB

 RED value IS 184 (72.27% from 255) = 45.43%

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 45.43%
G = 12.1%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B831AC (or 0xB831AC) is known color: Fuchsia. HEX triplet: B8, 31 and AC. RGB value is (184,49,172). Sum of RGB (Red+Green+Blue) = 184+49+172=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B831AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B831AC is #47CE53. Grayscale: #676767. Windows color (decimal): -4705876 or 11284920. OLE color: 11284920.

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

Color convert

RGB 184 49 172 -
CMYK 0 0.73 0.07 0.28
HSL 305.33º 0.58% 0.46% -
HSV(B) 305.33º 0.73% 0.72% -
XYZ 28.31 15.37 40.5 -
YUV 103.39 166.73 185.5 -
System Red Green Blue C M Y K H S L
Decimal 184 49 172 0 0.73 0.07 0.28 305.33 0.58 0.46
Hex B8 31 AC 0 49 7 1C 131 3A 2E
Octal 270 61 254 0 111 7 34 461 72 56
Binary 10111000 110001 10101100 0 1001001 111 11100 100110001 111010 101110

Color Harmonies of #B831AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831AC

Black with #B831AC

Text Example


Text Example

White with #B831AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831AC; }

 p { color: rgb(184,49,172); }

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

background-color css

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

 a { background-color: rgb(184,49,172); }

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

border-color css

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

 span { border-color: rgb(184,49,172); }

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