#BD45AE

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

Shades of Fuchsia #BD45AE

Tints of Fuchsia #BD45AE

Color information

#BD45AE (or 0xBD45AE) is unknown color: approx Fuchsia. HEX triplet: BD, 45 and AE. RGB value is (189,69,174). Sum of RGB (Red+Green+Blue) = 189+69+174=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD45AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD45AE is #42BA51. Grayscale: #747474. Windows color (decimal): -4373074 or 11421117. OLE color: 11421117.

HSL color Cylindrical-coordinate representation of color #BD45AE: hue angle of 307.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD45AE is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB18969174-
CMYK00.630.080.26
HSL307.5º47.62%50.59%-
HSV(B)307.5º63.49%74.12%-
XYZ30.7518.1341.92-
YUV116.85160.26179.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 69 (27.34% from 255) = 15.97%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=43.75%
G=15.97%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896917400.630.080.26307.547.6250.59
HexBD45AE03F81A1343033
Octal27510525607710324646063
Binary101111011000101101011100111111100011010100110100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD45AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD45AE; }

 p { color: rgb(189,69,174); }

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

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

 a { background-color: rgb(189,69,174); }

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

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

 span { border-color: rgb(189,69,174); }

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