#B14AC0

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

Shades of Fuchsia #B14AC0

Tints of Fuchsia #B14AC0

Color information

#B14AC0 (or 0xB14AC0) is unknown color: approx Fuchsia. HEX triplet: B1, 4A and C0. RGB value is (177,74,192). Sum of RGB (Red+Green+Blue) = 177+74+192=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #B14AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14AC0 is #4EB53F. Grayscale: #757575. Windows color (decimal): -5158208 or 12602033. OLE color: 12602033.

HSL color Cylindrical-coordinate representation of color #B14AC0: hue angle of 292.37º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14AC0 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17774192-
CMYK0.080.6100.25
HSL292.37º48.36%52.16%-
HSV(B)292.37º61.46%75.29%-
XYZ30.0918.0551.77-
YUV118.25169.62169.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 74 (29.30% from 255) = 16.70%
BLUE value IS 192 (75.39% from 255) = 43.34%
R=39.95%
G=16.70%
B=43.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177741920.080.6100.25292.3748.3652.16
HexB14AC083D0191243034
Octal26111230010750314446064
Binary101100011001010110000001000111101011001100100100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14AC0; }

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

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

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

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

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

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

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

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