#B431BD

Color #B431BD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B431BD

Tints of Fuchsia #B431BD

Color information

#B431BD (or 0xB431BD) is unknown color: approx Fuchsia. HEX triplet: B4, 31 and BD. RGB value is (180,49,189). Sum of RGB (Red+Green+Blue) = 180+49+189=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #B431BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B431BD is #4BCE42. Grayscale: #676767. Windows color (decimal): -4968003 or 12399028. OLE color: 12399028.

HSL color Cylindrical-coordinate representation of color #B431BD: hue angle of 296.14º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B431BD is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18049189-
CMYK0.050.7400.26
HSL296.14º58.82%46.67%-
HSV(B)296.14º74.07%74.12%-
XYZ29.1115.5749.62-
YUV104.13175.9182.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 49 (19.53% from 255) = 11.72%
BLUE value IS 189 (74.22% from 255) = 45.22%
R=43.06%
G=11.72%
B=45.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180491890.050.7400.26296.1458.8246.67
HexB431BD54A01A1283b2f
Octal2646127551120324507357
Binary10110100110001101111011011001010011010100101000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B431BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B431BD; }

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

 H1.HeaderClassName
 {
   color: #B431BD;
 }
 .AnyTagClassName
 {
   color: #B431BD;
 }
</style>
background-color css

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

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

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

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

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

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