#B14ABB

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

Shades of Fuchsia #B14ABB

Tints of Fuchsia #B14ABB

Color information

#B14ABB (or 0xB14ABB) is unknown color: approx Fuchsia. HEX triplet: B1, 4A and BB. RGB value is (177,74,187). Sum of RGB (Red+Green+Blue) = 177+74+187=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #B14ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14ABB is #4EB544. Grayscale: #757575. Windows color (decimal): -5158213 or 12274353. OLE color: 12274353.

HSL color Cylindrical-coordinate representation of color #B14ABB: hue angle of 294.69º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14ABB is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17774187-
CMYK0.050.6000.27
HSL294.69º45.38%51.18%-
HSV(B)294.69º60.43%73.33%-
XYZ29.5517.8348.9-
YUV117.68167.12170.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 74 (29.30% from 255) = 16.89%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=40.41%
G=16.89%
B=42.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177741870.050.6000.27294.6945.3851.18
HexB14ABB53C01B1272d33
Octal2611122735740334475563
Binary10110001100101010111011101111100011011100100111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14ABB; }

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

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

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

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

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

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

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

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