Html Css Color HEX #B031AD Fuchsia

📋 copy color: '#B031AD'

red 176 ◦ green 49 ◦ blue 173

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

Shades of Fuchsia #B031AD

Tints of Fuchsia #B031AD

RGB

 RED value IS 176 (69.14% from 255) = 44.22%

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

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

R = 44.22%
G = 12.31%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B031AD (or 0xB031AD) is known color: Fuchsia. HEX triplet: B0, 31 and AD. RGB value is (176,49,173). Sum of RGB (Red+Green+Blue) = 176+49+173=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B031AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B031AD is #4FCE52. Grayscale: #646464. Windows color (decimal): -5230163 or 11350448. OLE color: 11350448.

HSL color Cylindrical-coordinate representation of color #B031AD: hue angle of 301.42º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B031AD is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 49 173 -
CMYK 0 0.72 0.02 0.31
HSL 301.42º 0.56% 0.44% -
HSV(B) 301.42º 0.72% 0.69% -
XYZ 26.55 14.44 40.92 -
YUV 101.11 168.58 181.42 -
System Red Green Blue C M Y K H S L
Decimal 176 49 173 0 0.72 0.02 0.31 301.42 0.56 0.44
Hex B0 31 AD 0 48 2 1F 12D 38 2C
Octal 260 61 255 0 110 2 37 455 70 54
Binary 10110000 110001 10101101 0 1001000 10 11111 100101101 111000 101100

Color Harmonies of #B031AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B031AD

Black with #B031AD

Text Example


Text Example

White with #B031AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B031AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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