#B45ABD

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

Shades of Fuchsia #B45ABD

Tints of Fuchsia #B45ABD

Color information

#B45ABD (or 0xB45ABD) is unknown color: approx Fuchsia. HEX triplet: B4, 5A and BD. RGB value is (180,90,189). Sum of RGB (Red+Green+Blue) = 180+90+189=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #B45ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ABD is #4BA542. Grayscale: #7F7F7F. Windows color (decimal): -4957507 or 12409524. OLE color: 12409524.

HSL color Cylindrical-coordinate representation of color #B45ABD: hue angle of 294.55º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45ABD is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18090189-
CMYK0.050.5200.26
HSL294.55º42.86%54.71%-
HSV(B)294.55º52.38%74.12%-
XYZ31.6620.6950.47-
YUV128.2162.32164.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 90 (35.55% from 255) = 19.61%
BLUE value IS 189 (74.22% from 255) = 41.18%
R=39.22%
G=19.61%
B=41.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180901890.050.5200.26294.5542.8654.71
HexB45ABD53401A1272b37
Octal2641322755640324475367
Binary10110100101101010111101101110100011010100100111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45ABD; }

 p { color: rgb(180,90,189); }

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

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

 a { background-color: rgb(180,90,189); }

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

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

 span { border-color: rgb(180,90,189); }

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