#B140AB

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

Shades of Fuchsia #B140AB

Tints of Fuchsia #B140AB

Color information

#B140AB (or 0xB140AB) is unknown color: approx Fuchsia. HEX triplet: B1, 40 and AB. RGB value is (177,64,171). Sum of RGB (Red+Green+Blue) = 177+64+171=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B140AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B140AB is #4EBF54. Grayscale: #6D6D6D. Windows color (decimal): -5160789 or 11223217. OLE color: 11223217.

HSL color Cylindrical-coordinate representation of color #B140AB: hue angle of 303.19º 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 #B140AB is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17764171-
CMYK00.640.030.31
HSL303.19º46.89%47.25%-
HSV(B)303.19º63.84%69.41%-
XYZ27.3215.9540.17-
YUV109.98162.44175.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 64 (25.39% from 255) = 15.53%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=42.96%
G=15.53%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776417100.640.030.31303.1946.8947.25
HexB140AB04031F12f2f2f
Octal26110025301003374575757
Binary10110001100000010101011010000001111111100101111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B140AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B140AB; }

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

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

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

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

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

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

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

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