#B04AC1

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

Shades of Fuchsia #B04AC1

Tints of Fuchsia #B04AC1

Color information

#B04AC1 (or 0xB04AC1) is unknown color: approx Fuchsia. HEX triplet: B0, 4A and C1. RGB value is (176,74,193). Sum of RGB (Red+Green+Blue) = 176+74+193=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #B04AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04AC1 is #4FB53E. Grayscale: #757575. Windows color (decimal): -5223743 or 12667568. OLE color: 12667568.

HSL color Cylindrical-coordinate representation of color #B04AC1: hue angle of 291.43º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04AC1 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17674193-
CMYK0.090.6200.24
HSL291.43º48.97%52.35%-
HSV(B)291.43º61.66%75.69%-
XYZ29.9817.9852.34-
YUV118.06170.29169.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 74 (29.30% from 255) = 16.70%
BLUE value IS 193 (75.78% from 255) = 43.57%
R=39.73%
G=16.70%
B=43.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176741930.090.6200.24291.4348.9752.35
HexB04AC193E0181233134
Octal26011230111760304436164
Binary101100001001010110000011001111110011000100100011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04AC1; }

 p { color: rgb(176,74,193); }

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

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

 a { background-color: rgb(176,74,193); }

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

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

 span { border-color: rgb(176,74,193); }

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