#BD46BE

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

Shades of Fuchsia #BD46BE

Tints of Fuchsia #BD46BE

Color information

#BD46BE (or 0xBD46BE) is unknown color: approx Fuchsia. HEX triplet: BD, 46 and BE. RGB value is (189,70,190). Sum of RGB (Red+Green+Blue) = 189+70+190=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD46BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD46BE is #42B941. Grayscale: #767676. Windows color (decimal): -4372802 or 12469949. OLE color: 12469949.

HSL color Cylindrical-coordinate representation of color #BD46BE: 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 #BD46BE is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18970190-
CMYK0.010.6300.25
HSL299.5º48%50.98%-
HSV(B)299.5º63.16%74.51%-
XYZ32.4718.9250.66-
YUV119.26167.92177.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 70 (27.73% from 255) = 15.59%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=42.09%
G=15.59%
B=42.32%

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
Decimal189701900.010.6300.25299.54850.98
HexBD46BE13F01912c3033
Octal2751062761770314546063
Binary101111011000110101111101111111011001100101100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD46BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD46BE; }

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

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

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

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

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

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

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

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