Html Css Color HEX #B431B8 Fuchsia

📋 copy color: '#B431B8'

red 180 ◦ green 49 ◦ blue 184

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

Shades of Fuchsia #B431B8

Tints of Fuchsia #B431B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.55%

R = 43.58%
G = 11.86%
B = 44.55%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B431B8 (or 0xB431B8) is known color: Fuchsia. HEX triplet: B4, 31 and B8. RGB value is (180,49,184). Sum of RGB (Red+Green+Blue) = 180+49+184=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 184 (72.27% from 255 or 44.55% from 413); Max value from RGB is 184 - color contains mainly: blue. Hex color #B431B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B431B8 is #4BCE47. Grayscale: #676767. Windows color (decimal): -4968008 or 12071348. OLE color: 12071348.

HSL color Cylindrical-coordinate representation of color #B431B8: hue angle of 298.22º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B431B8 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 49 184 -
CMYK 0.02 0.73 0 0.28
HSL 298.22º 0.58% 0.46% -
HSV(B) 298.22º 0.73% 0.72% -
XYZ 28.57 15.36 46.81 -
YUV 103.56 173.4 182.52 -
System Red Green Blue C M Y K H S L
Decimal 180 49 184 0.02 0.73 0 0.28 298.22 0.58 0.46
Hex B4 31 B8 2 49 0 1C 12A 3A 2E
Octal 264 61 270 2 111 0 34 452 72 56
Binary 10110100 110001 10111000 10 1001001 0 11100 100101010 111010 101110

Color Harmonies of #B431B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B431B8

Black with #B431B8

Text Example


Text Example

White with #B431B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B431B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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