#BD48A9

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

Shades of Fuchsia #BD48A9

Tints of Fuchsia #BD48A9

Color information

#BD48A9 (or 0xBD48A9) is unknown color: approx Fuchsia. HEX triplet: BD, 48 and A9. RGB value is (189,72,169). Sum of RGB (Red+Green+Blue) = 189+72+169=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD48A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD48A9 is #42B756. Grayscale: #757575. Windows color (decimal): -4372311 or 11094205. OLE color: 11094205.

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

Color convert

RGB18972169-
CMYK00.620.110.26
HSL310.26º46.99%51.18%-
HSV(B)310.26º61.9%74.12%-
XYZ30.4718.3239.47-
YUV118.04156.76178.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 72 (28.52% from 255) = 16.74%
BLUE value IS 169 (66.41% from 255) = 39.30%
R=43.95%
G=16.74%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897216900.620.110.26310.2646.9951.18
HexBD48A903EB1A1362f33
Octal27511025107613324665763
Binary101111011001000101010010111110101111010100110110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD48A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD48A9; }

 p { color: rgb(189,72,169); }

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

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

 a { background-color: rgb(189,72,169); }

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

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

 span { border-color: rgb(189,72,169); }

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