#B141C3

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

Shades of Fuchsia #B141C3

Tints of Fuchsia #B141C3

Color information

#B141C3 (or 0xB141C3) is unknown color: approx Fuchsia. HEX triplet: B1, 41 and C3. RGB value is (177,65,195). Sum of RGB (Red+Green+Blue) = 177+65+195=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #B141C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141C3 is #4EBE3C. Grayscale: #707070. Windows color (decimal): -5160509 or 12796337. OLE color: 12796337.

HSL color Cylindrical-coordinate representation of color #B141C3: hue angle of 291.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B141C3 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17765195-
CMYK0.090.6700.24
HSL291.69º52%50.98%-
HSV(B)291.69º66.67%76.47%-
XYZ29.8717.0753.35-
YUV113.31174.11173.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 65 (25.78% from 255) = 14.87%
BLUE value IS 195 (76.56% from 255) = 44.62%
R=40.50%
G=14.87%
B=44.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177651950.090.6700.24291.695250.98
HexB141C39430181243433
Octal261101303111030304446463
Binary1011000110000011100001110011000011011000100100100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B141C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B141C3; }

 p { color: rgb(177,65,195); }

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

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

 a { background-color: rgb(177,65,195); }

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

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

 span { border-color: rgb(177,65,195); }

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