#BD57B6

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

Shades of Fuchsia #BD57B6

Tints of Fuchsia #BD57B6

Color information

#BD57B6 (or 0xBD57B6) is unknown color: approx Fuchsia. HEX triplet: BD, 57 and B6. RGB value is (189,87,182). Sum of RGB (Red+Green+Blue) = 189+87+182=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD57B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57B6 is #42A849. Grayscale: #808080. Windows color (decimal): -4368458 or 11950013. OLE color: 11950013.

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

Color convert

RGB18987182-
CMYK00.540.040.26
HSL304.12º43.59%54.12%-
HSV(B)304.12º53.97%74.12%-
XYZ32.8421.0146.58-
YUV128.33158.29171.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 87 (34.38% from 255) = 19.00%
BLUE value IS 182 (71.48% from 255) = 39.74%
R=41.27%
G=19.00%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898718200.540.040.26304.1243.5954.12
HexBD57B603641A1302c36
Octal2751272660664324605466
Binary10111101101011110110110011011010011010100110000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD57B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD57B6; }

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

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

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

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

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

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

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

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