#B453AB

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

Shades of Fuchsia #B453AB

Tints of Fuchsia #B453AB

Color information

#B453AB (or 0xB453AB) is unknown color: approx Fuchsia. HEX triplet: B4, 53 and AB. RGB value is (180,83,171). Sum of RGB (Red+Green+Blue) = 180+83+171=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B453AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B453AB is #4BAC54. Grayscale: #797979. Windows color (decimal): -4959317 or 11228084. OLE color: 11228084.

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

Color convert

RGB18083171-
CMYK00.540.050.29
HSL305.57º39.27%51.57%-
HSV(B)305.57º53.89%70.59%-
XYZ29.2718.8340.62-
YUV122.04155.64169.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 83 (32.81% from 255) = 19.12%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=41.47%
G=19.12%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808317100.540.050.29305.5739.2751.57
HexB453AB03651D1322734
Octal2641232530665354624764
Binary10110100101001110101011011011010111101100110010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B453AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B453AB; }

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

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

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

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

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

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

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

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