#BD46B4

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

Shades of Fuchsia #BD46B4

Tints of Fuchsia #BD46B4

Color information

#BD46B4 (or 0xBD46B4) is unknown color: approx Fuchsia. HEX triplet: BD, 46 and B4. RGB value is (189,70,180). Sum of RGB (Red+Green+Blue) = 189+70+180=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD46B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD46B4 is #42B94B. Grayscale: #757575. Windows color (decimal): -4372812 or 11814589. OLE color: 11814589.

HSL color Cylindrical-coordinate representation of color #BD46B4: hue angle of 304.54º 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 #BD46B4 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB18970180-
CMYK00.630.050.26
HSL304.54º47.41%50.78%-
HSV(B)304.54º62.96%74.12%-
XYZ31.4118.4945.09-
YUV118.12162.92178.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 70 (27.73% from 255) = 15.95%
BLUE value IS 180 (70.70% from 255) = 41.00%
R=43.05%
G=15.95%
B=41.00%

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
Decimal1897018000.630.050.26304.5447.4150.78
HexBD46B403F51A1312f33
Octal2751062640775324615763
Binary10111101100011010110100011111110111010100110001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD46B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD46B4; }

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

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

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

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

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

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

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

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