Html Css Color HEX #B931AD Fuchsia

📋 copy color: '#B931AD'

red 185 ◦ green 49 ◦ blue 173

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

Shades of Fuchsia #B931AD

Tints of Fuchsia #B931AD

RGB

 RED value IS 185 (72.66% from 255) = 45.45%

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

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

R = 45.45%
G = 12.04%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B931AD (or 0xB931AD) is known color: Fuchsia. HEX triplet: B9, 31 and AD. RGB value is (185,49,173). Sum of RGB (Red+Green+Blue) = 185+49+173=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B931AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B931AD is #46CE52. Grayscale: #676767. Windows color (decimal): -4640339 or 11350457. OLE color: 11350457.

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

Color convert

RGB 185 49 173 -
CMYK 0 0.74 0.06 0.27
HSL 305.29º 0.58% 0.46% -
HSV(B) 305.29º 0.74% 0.73% -
XYZ 28.65 15.53 41.02 -
YUV 103.8 167.06 185.92 -
System Red Green Blue C M Y K H S L
Decimal 185 49 173 0 0.74 0.06 0.27 305.29 0.58 0.46
Hex B9 31 AD 0 4A 6 1B 131 3A 2E
Octal 271 61 255 0 112 6 33 461 72 56
Binary 10111001 110001 10101101 0 1001010 110 11011 100110001 111010 101110

Color Harmonies of #B931AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B931AD

Black with #B931AD

Text Example


Text Example

White with #B931AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B931AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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