Html Css Color HEX #B831AD Fuchsia

📋 copy color: '#B831AD'

red 184 ◦ green 49 ◦ blue 173

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

Shades of Fuchsia #B831AD

Tints of Fuchsia #B831AD

RGB

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

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

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

R = 45.32%
G = 12.07%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B831AD (or 0xB831AD) is known color: Fuchsia. HEX triplet: B8, 31 and AD. RGB value is (184,49,173). Sum of RGB (Red+Green+Blue) = 184+49+173=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B831AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B831AD is #47CE52. Grayscale: #676767. Windows color (decimal): -4705875 or 11350456. OLE color: 11350456.

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

Color convert

RGB 184 49 173 -
CMYK 0 0.73 0.06 0.28
HSL 304.89º 0.58% 0.46% -
HSV(B) 304.89º 0.73% 0.72% -
XYZ 28.41 15.4 41.01 -
YUV 103.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 184 49 173 0 0.73 0.06 0.28 304.89 0.58 0.46
Hex B8 31 AD 0 49 6 1C 131 3A 2E
Octal 270 61 255 0 111 6 34 461 72 56
Binary 10111000 110001 10101101 0 1001001 110 11100 100110001 111010 101110

Color Harmonies of #B831AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831AD

Black with #B831AD

Text Example


Text Example

White with #B831AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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