#B14ABA

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

Shades of Fuchsia #B14ABA

Tints of Fuchsia #B14ABA

Color information

#B14ABA (or 0xB14ABA) is unknown color: approx Fuchsia. HEX triplet: B1, 4A and BA. RGB value is (177,74,186). Sum of RGB (Red+Green+Blue) = 177+74+186=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #B14ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14ABA is #4EB545. Grayscale: #757575. Windows color (decimal): -5158214 or 12208817. OLE color: 12208817.

HSL color Cylindrical-coordinate representation of color #B14ABA: hue angle of 295.18º 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 #B14ABA is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17774186-
CMYK0.050.6000.27
HSL295.18º44.8%50.98%-
HSV(B)295.18º60.22%72.94%-
XYZ29.4417.7948.34-
YUV117.56166.62170.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 74 (29.30% from 255) = 16.93%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=40.50%
G=16.93%
B=42.56%

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
Decimal177741860.050.6000.27295.1844.850.98
HexB14ABA53C01B1272d33
Octal2611122725740334475563
Binary10110001100101010111010101111100011011100100111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14ABA; }

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

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

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

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

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

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

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

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