Html Css Color HEX #B631AF Fuchsia

📋 copy color: '#B631AF'

red 182 ◦ green 49 ◦ blue 175

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

Shades of Fuchsia #B631AF

Tints of Fuchsia #B631AF

RGB

 RED value IS 182 (71.48% from 255) = 44.83%

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

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

R = 44.83%
G = 12.07%
B = 43.1%

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

#B631AF (or 0xB631AF) is known color: Fuchsia. HEX triplet: B6, 31 and AF. RGB value is (182,49,175). Sum of RGB (Red+Green+Blue) = 182+49+175=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B631AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B631AF is #49CE50. Grayscale: #666666. Windows color (decimal): -4836945 or 11481526. OLE color: 11481526.

HSL color Cylindrical-coordinate representation of color #B631AF: hue angle of 303.16º degrees, saturation: 0.58, 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 #B631AF is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 49 175 -
CMYK 0 0.73 0.04 0.29
HSL 303.16º 0.58% 0.45% -
HSV(B) 303.16º 0.73% 0.71% -
XYZ 28.13 15.24 42.02 -
YUV 103.13 168.56 184.25 -
System Red Green Blue C M Y K H S L
Decimal 182 49 175 0 0.73 0.04 0.29 303.16 0.58 0.45
Hex B6 31 AF 0 49 4 1D 12F 3A 2D
Octal 266 61 257 0 111 4 35 457 72 55
Binary 10110110 110001 10101111 0 1001001 100 11101 100101111 111010 101101

Color Harmonies of #B631AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B631AF

Black with #B631AF

Text Example


Text Example

White with #B631AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B631AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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