#B14BAF

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

Shades of Fuchsia #B14BAF

Tints of Fuchsia #B14BAF

Color information

#B14BAF (or 0xB14BAF) is unknown color: approx Fuchsia. HEX triplet: B1, 4B and AF. RGB value is (177,75,175). Sum of RGB (Red+Green+Blue) = 177+75+175=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B14BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14BAF is #4EB450. Grayscale: #747474. Windows color (decimal): -5157969 or 11488177. OLE color: 11488177.

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

Color convert

RGB17775175-
CMYK00.580.010.31
HSL301.18º40.48%49.41%-
HSV(B)301.18º57.63%69.41%-
XYZ28.3917.4742.43-
YUV116.9160.79170.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 75 (29.69% from 255) = 17.56%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=41.45%
G=17.56%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777517500.580.010.31301.1840.4849.41
HexB14BAF03A11F12d2831
Octal2611132570721374555061
Binary101100011001011101011110111010111111100101101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14BAF; }

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

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

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

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

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

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

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

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