#B453AC

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

Shades of Fuchsia #B453AC

Tints of Fuchsia #B453AC

Color information

#B453AC (or 0xB453AC) is unknown color: approx Fuchsia. HEX triplet: B4, 53 and AC. RGB value is (180,83,172). Sum of RGB (Red+Green+Blue) = 180+83+172=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B453AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B453AC is #4BAC53. Grayscale: #797979. Windows color (decimal): -4959316 or 11293620. OLE color: 11293620.

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

Color convert

RGB18083172-
CMYK00.540.040.29
HSL304.95º39.27%51.57%-
HSV(B)304.95º53.89%70.59%-
XYZ29.3618.8741.12-
YUV122.15156.14169.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 83 (32.81% from 255) = 19.08%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=41.38%
G=19.08%
B=39.54%

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
Decimal1808317200.540.040.29304.9539.2751.57
HexB453AC03641D1312734
Octal2641232540664354614764
Binary10110100101001110101100011011010011101100110001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B453AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B453AC; }

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

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

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

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

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

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

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

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