Html Css Color HEX #B031AF Fuchsia

📋 copy color: '#B031AF'

red 176 ◦ green 49 ◦ blue 175

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

Shades of Fuchsia #B031AF

Tints of Fuchsia #B031AF

RGB

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

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

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

R = 44%
G = 12.25%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B031AF (or 0xB031AF) is known color: Fuchsia. HEX triplet: B0, 31 and AF. RGB value is (176,49,175). Sum of RGB (Red+Green+Blue) = 176+49+175=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B031AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B031AF is #4FCE50. Grayscale: #646464. Windows color (decimal): -5230161 or 11481520. OLE color: 11481520.

HSL color Cylindrical-coordinate representation of color #B031AF: hue angle of 300.47º 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 #B031AF is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 49 175 -
CMYK 0 0.72 0.01 0.31
HSL 300.47º 0.56% 0.44% -
HSV(B) 300.47º 0.72% 0.69% -
XYZ 26.74 14.52 41.95 -
YUV 101.34 169.58 181.25 -
System Red Green Blue C M Y K H S L
Decimal 176 49 175 0 0.72 0.01 0.31 300.47 0.56 0.44
Hex B0 31 AF 0 48 1 1F 12C 38 2C
Octal 260 61 257 0 110 1 37 454 70 54
Binary 10110000 110001 10101111 0 1001000 1 11111 100101100 111000 101100

Color Harmonies of #B031AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B031AF

Black with #B031AF

Text Example


Text Example

White with #B031AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B031AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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