#B45BAD

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

Shades of Fuchsia #B45BAD

Tints of Fuchsia #B45BAD

Color information

#B45BAD (or 0xB45BAD) is unknown color: approx Fuchsia. HEX triplet: B4, 5B and AD. RGB value is (180,91,173). Sum of RGB (Red+Green+Blue) = 180+91+173=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B45BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45BAD is #4BA452. Grayscale: #7E7E7E. Windows color (decimal): -4957267 or 11361204. OLE color: 11361204.

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

Color convert

RGB18091173-
CMYK00.490.040.29
HSL304.72º37.24%53.14%-
HSV(B)304.72º49.44%70.59%-
XYZ30.1120.241.85-
YUV126.96153.99165.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=40.54%
G=20.50%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809117300.490.040.29304.7237.2453.14
HexB45BAD03141D1312535
Octal2641332550614354614565
Binary10110100101101110101101011000110011101100110001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45BAD; }

 p { color: rgb(180,91,173); }

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

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

 a { background-color: rgb(180,91,173); }

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

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

 span { border-color: rgb(180,91,173); }

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