#BD57C1

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

Shades of Fuchsia #BD57C1

Tints of Fuchsia #BD57C1

Color information

#BD57C1 (or 0xBD57C1) is unknown color: approx Fuchsia. HEX triplet: BD, 57 and C1. RGB value is (189,87,193). Sum of RGB (Red+Green+Blue) = 189+87+193=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD57C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57C1 is #42A83E. Grayscale: #818181. Windows color (decimal): -4368447 or 12670909. OLE color: 12670909.

HSL color Cylindrical-coordinate representation of color #BD57C1: hue angle of 297.74º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD57C1 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18987193-
CMYK0.020.5500.24
HSL297.74º46.09%54.9%-
HSV(B)297.74º54.92%75.69%-
XYZ34.0221.4952.81-
YUV129.58163.79170.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 87 (34.38% from 255) = 18.55%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=40.30%
G=18.55%
B=41.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189871930.020.5500.24297.7446.0954.9
HexBD57C123701812a2e37
Octal2751273012670304525667
Binary1011110110101111100000110110111011000100101010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD57C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD57C1; }

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

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

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

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

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

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

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

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