#BD57BA

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

Shades of Fuchsia #BD57BA

Tints of Fuchsia #BD57BA

Color information

#BD57BA (or 0xBD57BA) is unknown color: approx Fuchsia. HEX triplet: BD, 57 and BA. RGB value is (189,87,186). Sum of RGB (Red+Green+Blue) = 189+87+186=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD57BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57BA is #42A845. Grayscale: #808080. Windows color (decimal): -4368454 or 12212157. OLE color: 12212157.

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

Color convert

RGB18987186-
CMYK00.540.020.26
HSL301.76º43.59%54.12%-
HSV(B)301.76º53.97%74.12%-
XYZ33.2621.1848.79-
YUV128.78160.29170.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 87 (34.38% from 255) = 18.83%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=40.91%
G=18.83%
B=40.26%

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
Decimal1898718600.540.020.26301.7643.5954.12
HexBD57BA03621A12e2c36
Octal2751272720662324565466
Binary1011110110101111011101001101101011010100101110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD57BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD57BA; }

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

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

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

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

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

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

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

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