#BD47BE

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

Shades of Fuchsia #BD47BE

Tints of Fuchsia #BD47BE

Color information

#BD47BE (or 0xBD47BE) is unknown color: approx Fuchsia. HEX triplet: BD, 47 and BE. RGB value is (189,71,190). Sum of RGB (Red+Green+Blue) = 189+71+190=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD47BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD47BE is #42B841. Grayscale: #777777. Windows color (decimal): -4372546 or 12470205. OLE color: 12470205.

HSL color Cylindrical-coordinate representation of color #BD47BE: hue angle of 299.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD47BE is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18971190-
CMYK0.010.6300.25
HSL299.5º47.79%51.18%-
HSV(B)299.5º62.63%74.51%-
XYZ32.5319.0450.68-
YUV119.85167.59177.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 71 (28.12% from 255) = 15.78%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=42%
G=15.78%
B=42.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189711900.010.6300.25299.547.7951.18
HexBD47BE13F01912b3033
Octal2751072761770314536063
Binary101111011000111101111101111111011001100101011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD47BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD47BE; }

 p { color: rgb(189,71,190); }

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

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

 a { background-color: rgb(189,71,190); }

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

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

 span { border-color: rgb(189,71,190); }

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