#bd47c2

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

Shades of Fuchsia #BD47C2

Tints of Fuchsia #BD47C2

Color information

#BD47C2 (or 0xBD47C2) is unknown color: approx Fuchsia. HEX triplet: BD, 47 and C2. RGB value is (189,71,194). Sum of RGB (Red+Green+Blue) = 189+71+194=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD47C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD47C2 is #42B83D. Grayscale: #777777. Windows color (decimal): -4372542 or 12732349. OLE color: 12732349.

HSL color Cylindrical-coordinate representation of color #BD47C2: hue angle of 297.56º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD47C2 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18971194-
CMYK0.030.6300.24
HSL297.56º50.2%51.96%-
HSV(B)297.56º63.4%76.08%-
XYZ32.9819.2253.01-
YUV120.3169.59177-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.63%
GREEN value IS 71 (28.12% from 255) = 15.64%
BLUE value IS 194 (76.17% from 255) = 42.73%
R=41.63%
G=15.64%
B=42.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189711940.030.6300.24297.5650.251.96
HexBD47C233F01812a3234
Octal2751073023770304526264
Binary1011110110001111100001011111111011000100101010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd47c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd47c2; }

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

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

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

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

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

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

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

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