#B45DAE

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

Shades of Fuchsia #B45DAE

Tints of Fuchsia #B45DAE

Color information

#B45DAE (or 0xB45DAE) is unknown color: approx Fuchsia. HEX triplet: B4, 5D and AE. RGB value is (180,93,174). Sum of RGB (Red+Green+Blue) = 180+93+174=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B45DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45DAE is #4BA251. Grayscale: #808080. Windows color (decimal): -4956754 or 11427252. OLE color: 11427252.

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

Color convert

RGB18093174-
CMYK00.480.030.29
HSL304.14º36.71%53.53%-
HSV(B)304.14º48.33%70.59%-
XYZ30.3820.5942.42-
YUV128.25153.82164.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 93 (36.72% from 255) = 20.81%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=40.27%
G=20.81%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809317400.480.030.29304.1436.7153.53
HexB45DAE03031D1302536
Octal2641352560603354604566
Binary1011010010111011010111001100001111101100110000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45DAE; }

 p { color: rgb(180,93,174); }

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

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

 a { background-color: rgb(180,93,174); }

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

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

 span { border-color: rgb(180,93,174); }

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