#BD49C6

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

Shades of Fuchsia #BD49C6

Tints of Fuchsia #BD49C6

Color information

#BD49C6 (or 0xBD49C6) is unknown color: approx Fuchsia. HEX triplet: BD, 49 and C6. RGB value is (189,73,198). Sum of RGB (Red+Green+Blue) = 189+73+198=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD49C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD49C6 is #42B639. Grayscale: #797979. Windows color (decimal): -4372026 or 12995005. OLE color: 12995005.

HSL color Cylindrical-coordinate representation of color #BD49C6: hue angle of 295.68º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD49C6 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18973198-
CMYK0.050.6300.22
HSL295.68º52.3%53.14%-
HSV(B)295.68º63.13%77.65%-
XYZ33.5619.6655.45-
YUV121.93170.93175.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 73 (28.91% from 255) = 15.87%
BLUE value IS 198 (77.73% from 255) = 43.04%
R=41.09%
G=15.87%
B=43.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189731980.050.6300.22295.6852.353.14
HexBD49C653F0161283435
Octal2751113065770264506465
Binary10111101100100111000110101111111010110100101000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD49C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD49C6; }

 p { color: rgb(189,73,198); }

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

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

 a { background-color: rgb(189,73,198); }

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

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

 span { border-color: rgb(189,73,198); }

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