#B14AAA

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

Shades of Fuchsia #B14AAA

Tints of Fuchsia #B14AAA

Color information

#B14AAA (or 0xB14AAA) is unknown color: approx Fuchsia. HEX triplet: B1, 4A and AA. RGB value is (177,74,170). Sum of RGB (Red+Green+Blue) = 177+74+170=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B14AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14AAA is #4EB555. Grayscale: #737373. Windows color (decimal): -5158230 or 11160241. OLE color: 11160241.

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

Color convert

RGB17774170-
CMYK00.580.040.31
HSL304.08º41.04%49.22%-
HSV(B)304.08º58.19%69.41%-
XYZ27.8417.1539.87-
YUV115.74158.62171.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 74 (29.30% from 255) = 17.58%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=42.04%
G=17.58%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777417000.580.040.31304.0841.0449.22
HexB14AAA03A41F1302931
Octal2611122520724374605161
Binary10110001100101010101010011101010011111100110000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14AAA; }

 p { color: rgb(177,74,170); }

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

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

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

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

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

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

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