#BD56C8

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

Shades of Fuchsia #BD56C8

Tints of Fuchsia #BD56C8

Color information

#BD56C8 (or 0xBD56C8) is unknown color: approx Fuchsia. HEX triplet: BD, 56 and C8. RGB value is (189,86,200). Sum of RGB (Red+Green+Blue) = 189+86+200=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD56C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD56C8 is #42A937. Grayscale: #818181. Windows color (decimal): -4368696 or 13129405. OLE color: 13129405.

HSL color Cylindrical-coordinate representation of color #BD56C8: hue angle of 294.21º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD56C8 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18986200-
CMYK0.060.5700.22
HSL294.21º50.89%56.08%-
HSV(B)294.21º57%78.43%-
XYZ34.7421.6456.99-
YUV129.79167.62170.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 86 (33.98% from 255) = 18.11%
BLUE value IS 200 (78.52% from 255) = 42.11%
R=39.79%
G=18.11%
B=42.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189862000.060.5700.22294.2150.8956.08
HexBD56C86390161263338
Octal2751263106710264466370
Binary10111101101011011001000110111001010110100100110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD56C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD56C8; }

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

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

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

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

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

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

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

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