#B142BF

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

Shades of Fuchsia #B142BF

Tints of Fuchsia #B142BF

Color information

#B142BF (or 0xB142BF) is unknown color: approx Fuchsia. HEX triplet: B1, 42 and BF. RGB value is (177,66,191). Sum of RGB (Red+Green+Blue) = 177+66+191=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #B142BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142BF is #4EBD40. Grayscale: #717171. Windows color (decimal): -5160257 or 12534449. OLE color: 12534449.

HSL color Cylindrical-coordinate representation of color #B142BF: hue angle of 293.28º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B142BF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17766191-
CMYK0.070.6500.25
HSL293.28º49.41%50.39%-
HSV(B)293.28º65.45%74.9%-
XYZ29.4817.0151.02-
YUV113.44171.77173.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 66 (26.17% from 255) = 15.21%
BLUE value IS 191 (75% from 255) = 44.01%
R=40.78%
G=15.21%
B=44.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177661910.070.6500.25293.2849.4150.39
HexB142BF7410191253132
Octal26110227771010314456162
Binary101100011000010101111111111000001011001100100101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B142BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B142BF; }

 p { color: rgb(177,66,191); }

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

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

 a { background-color: rgb(177,66,191); }

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

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

 span { border-color: rgb(177,66,191); }

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