Html Css Color HEX #B831AF Fuchsia

📋 copy color: '#B831AF'

red 184 ◦ green 49 ◦ blue 175

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

Shades of Fuchsia #B831AF

Tints of Fuchsia #B831AF

RGB

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

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

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

R = 45.1%
G = 12.01%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B831AF (or 0xB831AF) is known color: Fuchsia. HEX triplet: B8, 31 and AF. RGB value is (184,49,175). Sum of RGB (Red+Green+Blue) = 184+49+175=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B831AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B831AF is #47CE50. Grayscale: #676767. Windows color (decimal): -4705873 or 11481528. OLE color: 11481528.

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

Color convert

RGB 184 49 175 -
CMYK 0 0.73 0.05 0.28
HSL 304º 0.58% 0.46% -
HSV(B) 304º 0.73% 0.72% -
XYZ 28.6 15.48 42.04 -
YUV 103.73 168.23 185.25 -
System Red Green Blue C M Y K H S L
Decimal 184 49 175 0 0.73 0.05 0.28 304 0.58 0.46
Hex B8 31 AF 0 49 5 1C 130 3A 2E
Octal 270 61 257 0 111 5 34 460 72 56
Binary 10111000 110001 10101111 0 1001001 101 11100 100110000 111010 101110

Color Harmonies of #B831AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831AF

Black with #B831AF

Text Example


Text Example

White with #B831AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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