Html Css Color HEX #B431AD Fuchsia

📋 copy color: '#B431AD'

red 180 ◦ green 49 ◦ blue 173

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

Shades of Fuchsia #B431AD

Tints of Fuchsia #B431AD

RGB

 RED value IS 180 (70.7% from 255) = 44.78%

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

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

R = 44.78%
G = 12.19%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B431AD (or 0xB431AD) is known color: Fuchsia. HEX triplet: B4, 31 and AD. RGB value is (180,49,173). Sum of RGB (Red+Green+Blue) = 180+49+173=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B431AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B431AD is #4BCE52. Grayscale: #656565. Windows color (decimal): -4968019 or 11350452. OLE color: 11350452.

HSL color Cylindrical-coordinate representation of color #B431AD: hue angle of 303.21º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B431AD is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 49 173 -
CMYK 0 0.73 0.04 0.29
HSL 303.21º 0.57% 0.45% -
HSV(B) 303.21º 0.73% 0.71% -
XYZ 27.46 14.92 40.97 -
YUV 102.31 167.9 183.42 -
System Red Green Blue C M Y K H S L
Decimal 180 49 173 0 0.73 0.04 0.29 303.21 0.57 0.45
Hex B4 31 AD 0 49 4 1D 12F 39 2D
Octal 264 61 255 0 111 4 35 457 71 55
Binary 10110100 110001 10101101 0 1001001 100 11101 100101111 111001 101101

Color Harmonies of #B431AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B431AD

Black with #B431AD

Text Example


Text Example

White with #B431AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B431AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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