#B140BD

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

Shades of Fuchsia #B140BD

Tints of Fuchsia #B140BD

Color information

#B140BD (or 0xB140BD) is unknown color: approx Fuchsia. HEX triplet: B1, 40 and BD. RGB value is (177,64,189). Sum of RGB (Red+Green+Blue) = 177+64+189=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #B140BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140BD is #4EBF42. Grayscale: #6F6F6F. Windows color (decimal): -5160771 or 12402865. OLE color: 12402865.

HSL color Cylindrical-coordinate representation of color #B140BD: hue angle of 294.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B140BD is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17764189-
CMYK0.060.6600.26
HSL294.24º49.41%49.61%-
HSV(B)294.24º66.14%74.12%-
XYZ29.1516.6949.83-
YUV112.04171.44174.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 64 (25.39% from 255) = 14.88%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=41.16%
G=14.88%
B=43.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177641890.060.6600.26294.2449.4149.61
HexB140BD64201A1263132
Octal26110027561020324466162
Binary101100011000000101111011101000010011010100100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B140BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B140BD; }

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

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

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

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

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

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

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

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