#BD46B3

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

Shades of Fuchsia #BD46B3

Tints of Fuchsia #BD46B3

Color information

#BD46B3 (or 0xBD46B3) is unknown color: approx Fuchsia. HEX triplet: BD, 46 and B3. RGB value is (189,70,179). Sum of RGB (Red+Green+Blue) = 189+70+179=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD46B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD46B3 is #42B94C. Grayscale: #757575. Windows color (decimal): -4372813 or 11749053. OLE color: 11749053.

HSL color Cylindrical-coordinate representation of color #BD46B3: hue angle of 305.04º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD46B3 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB18970179-
CMYK00.630.050.26
HSL305.04º47.41%50.78%-
HSV(B)305.04º62.96%74.12%-
XYZ31.3118.4544.56-
YUV118.01162.42178.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 70 (27.73% from 255) = 15.98%
BLUE value IS 179 (70.31% from 255) = 40.87%
R=43.15%
G=15.98%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897017900.630.050.26305.0447.4150.78
HexBD46B303F51A1312f33
Octal2751062630775324615763
Binary10111101100011010110011011111110111010100110001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD46B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD46B3; }

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

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

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

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

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

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

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

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