#BD4DB4

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

Shades of Fuchsia #BD4DB4

Tints of Fuchsia #BD4DB4

Color information

#BD4DB4 (or 0xBD4DB4) is unknown color: approx Fuchsia. HEX triplet: BD, 4D and B4. RGB value is (189,77,180). Sum of RGB (Red+Green+Blue) = 189+77+180=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DB4 is #42B24B. Grayscale: #797979. Windows color (decimal): -4371020 or 11816381. OLE color: 11816381.

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

Color convert

RGB18977180-
CMYK00.590.050.26
HSL304.82º45.9%52.16%-
HSV(B)304.82º59.26%74.12%-
XYZ31.8819.4245.25-
YUV122.23160.61175.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 77 (30.47% from 255) = 17.26%
BLUE value IS 180 (70.70% from 255) = 40.36%
R=42.38%
G=17.26%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897718000.590.050.26304.8245.952.16
HexBD4DB403B51A1312e34
Octal2751152640735324615664
Binary10111101100110110110100011101110111010100110001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4DB4; }

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

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

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

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

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

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

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

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