Html Css Color HEX #B431B3 Fuchsia

📋 copy color: '#B431B3'

red 180 ◦ green 49 ◦ blue 179

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

Shades of Fuchsia #B431B3

Tints of Fuchsia #B431B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.87%

R = 44.12%
G = 12.01%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B431B3 (or 0xB431B3) is known color: Fuchsia. HEX triplet: B4, 31 and B3. RGB value is (180,49,179). Sum of RGB (Red+Green+Blue) = 180+49+179=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B431B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B431B3 is #4BCE4C. Grayscale: #666666. Windows color (decimal): -4968013 or 11743668. OLE color: 11743668.

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

Color convert

RGB 180 49 179 -
CMYK 0 0.73 0.01 0.29
HSL 300.46º 0.57% 0.45% -
HSV(B) 300.46º 0.73% 0.71% -
XYZ 28.06 15.15 44.09 -
YUV 102.99 170.9 182.93 -
System Red Green Blue C M Y K H S L
Decimal 180 49 179 0 0.73 0.01 0.29 300.46 0.57 0.45
Hex B4 31 B3 0 49 1 1D 12C 39 2D
Octal 264 61 263 0 111 1 35 454 71 55
Binary 10110100 110001 10110011 0 1001001 1 11101 100101100 111001 101101

Color Harmonies of #B431B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B431B3

Black with #B431B3

Text Example


Text Example

White with #B431B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B431B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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