#B140B1

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

Shades of Fuchsia #B140B1

Tints of Fuchsia #B140B1

Color information

#B140B1 (or 0xB140B1) is unknown color: approx Fuchsia. HEX triplet: B1, 40 and B1. RGB value is (177,64,177). Sum of RGB (Red+Green+Blue) = 177+64+177=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B140B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B140B1 is #4EBF4E. Grayscale: #6E6E6E. Windows color (decimal): -5160783 or 11616433. OLE color: 11616433.

HSL color Cylindrical-coordinate representation of color #B140B1: hue angle of 300º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B140B1 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17764177-
CMYK00.6400.31
HSL300º46.89%47.25%-
HSV(B)300º63.84%69.41%-
XYZ27.916.1943.25-
YUV110.67165.44175.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 64 (25.39% from 255) = 15.31%
BLUE value IS 177 (69.53% from 255) = 42.34%
R=42.34%
G=15.31%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776417700.6400.3130046.8947.25
HexB140B104001F12c2f2f
Octal26110026101000374545757
Binary1011000110000001011000101000000011111100101100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B140B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B140B1; }

 p { color: rgb(177,64,177); }

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

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

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

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

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

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

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