#BD56BA

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

Shades of Fuchsia #BD56BA

Tints of Fuchsia #BD56BA

Color information

#BD56BA (or 0xBD56BA) is unknown color: approx Fuchsia. HEX triplet: BD, 56 and BA. RGB value is (189,86,186). Sum of RGB (Red+Green+Blue) = 189+86+186=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD56BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD56BA is #42A945. Grayscale: #7F7F7F. Windows color (decimal): -4368710 or 12211901. OLE color: 12211901.

HSL color Cylindrical-coordinate representation of color #BD56BA: hue angle of 301.75º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD56BA is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB18986186-
CMYK00.540.020.26
HSL301.75º43.83%53.92%-
HSV(B)301.75º54.5%74.12%-
XYZ33.1821.0248.76-
YUV128.2160.62171.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 86 (33.98% from 255) = 18.66%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=41.00%
G=18.66%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898618600.540.020.26301.7543.8353.92
HexBD56BA03621A12e2c36
Octal2751262720662324565466
Binary1011110110101101011101001101101011010100101110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD56BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD56BA; }

 p { color: rgb(189,86,186); }

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

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

 a { background-color: rgb(189,86,186); }

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

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

 span { border-color: rgb(189,86,186); }

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