#BD5CAE

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

Shades of Fuchsia #BD5CAE

Tints of Fuchsia #BD5CAE

Color information

#BD5CAE (or 0xBD5CAE) is unknown color: approx Fuchsia. HEX triplet: BD, 5C and AE. RGB value is (189,92,174). Sum of RGB (Red+Green+Blue) = 189+92+174=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5CAE is #42A351. Grayscale: #828282. Windows color (decimal): -4367186 or 11427005. OLE color: 11427005.

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

Color convert

RGB18992174-
CMYK00.510.080.26
HSL309.28º42.36%55.1%-
HSV(B)309.28º51.32%74.12%-
XYZ32.4521.5342.49-
YUV130.35152.64169.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 92 (36.33% from 255) = 20.22%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=41.54%
G=20.22%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899217400.510.080.26309.2842.3655.1
HexBD5CAE03381A1352a37
Octal27513425606310324655267
Binary101111011011100101011100110011100011010100110101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5CAE; }

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

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

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

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

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

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

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

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