#BD4CAC

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

Shades of Fuchsia #BD4CAC

Tints of Fuchsia #BD4CAC

Color information

#BD4CAC (or 0xBD4CAC) is unknown color: approx Fuchsia. HEX triplet: BD, 4C and AC. RGB value is (189,76,172). Sum of RGB (Red+Green+Blue) = 189+76+172=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4CAC is #42B353. Grayscale: #787878. Windows color (decimal): -4371284 or 11291837. OLE color: 11291837.

HSL color Cylindrical-coordinate representation of color #BD4CAC: hue angle of 309.03º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4CAC is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB18976172-
CMYK00.600.090.26
HSL309.03º46.12%51.96%-
HSV(B)309.03º59.79%74.12%-
XYZ31.0218.9741.06-
YUV120.73156.94176.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.25%
GREEN value IS 76 (30.08% from 255) = 17.39%
BLUE value IS 172 (67.58% from 255) = 39.36%
R=43.25%
G=17.39%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897617200.600.090.26309.0346.1251.96
HexBD4CAC03C91A1352e34
Octal27511425407411324655664
Binary101111011001100101011000111100100111010100110101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4CAC; }

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

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

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

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

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

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

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

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