#B14BAB

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

Shades of Fuchsia #B14BAB

Tints of Fuchsia #B14BAB

Color information

#B14BAB (or 0xB14BAB) is unknown color: approx Fuchsia. HEX triplet: B1, 4B and AB. RGB value is (177,75,171). Sum of RGB (Red+Green+Blue) = 177+75+171=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B14BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14BAB is #4EB454. Grayscale: #747474. Windows color (decimal): -5157973 or 11226033. OLE color: 11226033.

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

Color convert

RGB17775171-
CMYK00.580.030.31
HSL303.53º40.48%49.41%-
HSV(B)303.53º57.63%69.41%-
XYZ2817.3240.4-
YUV116.44158.79171.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 75 (29.69% from 255) = 17.73%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=41.84%
G=17.73%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777517100.580.030.31303.5340.4849.41
HexB14BAB03A31F1302831
Octal2611132530723374605061
Binary1011000110010111010101101110101111111100110000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14BAB; }

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

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

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

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

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

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

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

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