#BD5CAC

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

Shades of Fuchsia #BD5CAC

Tints of Fuchsia #BD5CAC

Color information

#BD5CAC (or 0xBD5CAC) is unknown color: approx Fuchsia. HEX triplet: BD, 5C and AC. RGB value is (189,92,172). Sum of RGB (Red+Green+Blue) = 189+92+172=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5CAC is #42A353. Grayscale: #818181. Windows color (decimal): -4367188 or 11295933. OLE color: 11295933.

HSL color Cylindrical-coordinate representation of color #BD5CAC: hue angle of 310.52º 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 #BD5CAC is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB18992172-
CMYK00.510.090.26
HSL310.52º42.36%55.1%-
HSV(B)310.52º51.32%74.12%-
XYZ32.2621.4541.47-
YUV130.12151.64170-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 92 (36.33% from 255) = 20.31%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=41.72%
G=20.31%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899217200.510.090.26310.5242.3655.1
HexBD5CAC03391A1372a37
Octal27513425406311324675267
Binary101111011011100101011000110011100111010100110111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5CAC; }

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

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

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

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

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

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

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

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