#B455AB

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

Shades of Fuchsia #B455AB

Tints of Fuchsia #B455AB

Color information

#B455AB (or 0xB455AB) is unknown color: approx Fuchsia. HEX triplet: B4, 55 and AB. RGB value is (180,85,171). Sum of RGB (Red+Green+Blue) = 180+85+171=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B455AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B455AB is #4BAA54. Grayscale: #7A7A7A. Windows color (decimal): -4958805 or 11228596. OLE color: 11228596.

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

Color convert

RGB18085171-
CMYK00.530.050.29
HSL305.68º38.78%51.96%-
HSV(B)305.68º52.78%70.59%-
XYZ29.4219.1440.67-
YUV123.21154.97168.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 85 (33.59% from 255) = 19.50%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=41.28%
G=19.50%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808517100.530.050.29305.6838.7851.96
HexB455AB03551D1322734
Octal2641252530655354624764
Binary10110100101010110101011011010110111101100110010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B455AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B455AB; }

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

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

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

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

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

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

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

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