#B452AC

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

Shades of Fuchsia #B452AC

Tints of Fuchsia #B452AC

Color information

#B452AC (or 0xB452AC) is unknown color: approx Fuchsia. HEX triplet: B4, 52 and AC. RGB value is (180,82,172). Sum of RGB (Red+Green+Blue) = 180+82+172=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B452AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B452AC is #4BAD53. Grayscale: #797979. Windows color (decimal): -4959572 or 11293364. OLE color: 11293364.

HSL color Cylindrical-coordinate representation of color #B452AC: hue angle of 304.9º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B452AC is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18082172-
CMYK00.540.040.29
HSL304.9º39.52%51.37%-
HSV(B)304.9º54.44%70.59%-
XYZ29.2918.7241.1-
YUV121.56156.47169.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=41.47%
G=18.89%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808217200.540.040.29304.939.5251.37
HexB452AC03641D1312833
Octal2641222540664354615063
Binary10110100101001010101100011011010011101100110001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B452AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B452AC; }

 p { color: rgb(180,82,172); }

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

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

 a { background-color: rgb(180,82,172); }

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

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

 span { border-color: rgb(180,82,172); }

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