#B45CAD

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

Shades of Fuchsia #B45CAD

Tints of Fuchsia #B45CAD

Color information

#B45CAD (or 0xB45CAD) is unknown color: approx Fuchsia. HEX triplet: B4, 5C and AD. RGB value is (180,92,173). Sum of RGB (Red+Green+Blue) = 180+92+173=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B45CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45CAD is #4BA352. Grayscale: #7F7F7F. Windows color (decimal): -4957011 or 11361460. OLE color: 11361460.

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

Color convert

RGB18092173-
CMYK00.490.040.29
HSL304.77º36.97%53.33%-
HSV(B)304.77º48.89%70.59%-
XYZ30.1920.3741.88-
YUV127.55153.65165.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 92 (36.33% from 255) = 20.67%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=40.45%
G=20.67%
B=38.88%

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
Decimal1809217300.490.040.29304.7736.9753.33
HexB45CAD03141D1312535
Octal2641342550614354614565
Binary10110100101110010101101011000110011101100110001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45CAD; }

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

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

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

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

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

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

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

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