Html Css Color HEX #B831AB Fuchsia

📋 copy color: '#B831AB'

red 184 ◦ green 49 ◦ blue 171

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

Shades of Fuchsia #B831AB

Tints of Fuchsia #B831AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 45.54%
G = 12.13%
B = 42.33%

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

#B831AB (or 0xB831AB) is known color: Fuchsia. HEX triplet: B8, 31 and AB. RGB value is (184,49,171). Sum of RGB (Red+Green+Blue) = 184+49+171=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B831AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B831AB is #47CE54. Grayscale: #666666. Windows color (decimal): -4705877 or 11219384. OLE color: 11219384.

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

Color convert

RGB 184 49 171 -
CMYK 0 0.73 0.07 0.28
HSL 305.78º 0.58% 0.46% -
HSV(B) 305.78º 0.73% 0.72% -
XYZ 28.22 15.33 40 -
YUV 103.27 166.23 185.58 -
System Red Green Blue C M Y K H S L
Decimal 184 49 171 0 0.73 0.07 0.28 305.78 0.58 0.46
Hex B8 31 AB 0 49 7 1C 132 3A 2E
Octal 270 61 253 0 111 7 34 462 72 56
Binary 10111000 110001 10101011 0 1001001 111 11100 100110010 111010 101110

Color Harmonies of #B831AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831AB

Black with #B831AB

Text Example


Text Example

White with #B831AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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