#BD4EA8

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

Shades of Fuchsia #BD4EA8

Tints of Fuchsia #BD4EA8

Color information

#BD4EA8 (or 0xBD4EA8) is unknown color: approx Fuchsia. HEX triplet: BD, 4E and A8. RGB value is (189,78,168). Sum of RGB (Red+Green+Blue) = 189+78+168=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4EA8 is #42B157. Grayscale: #797979. Windows color (decimal): -4370776 or 11030205. OLE color: 11030205.

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

Color convert

RGB18978168-
CMYK00.590.110.26
HSL311.35º45.68%52.35%-
HSV(B)311.35º58.73%74.12%-
XYZ30.7819.0939.11-
YUV121.45154.27176.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 78 (30.86% from 255) = 17.93%
BLUE value IS 168 (66.02% from 255) = 38.62%
R=43.45%
G=17.93%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897816800.590.110.26311.3545.6852.35
HexBD4EA803BB1A1372e34
Octal27511625007313324675664
Binary101111011001110101010000111011101111010100110111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4EA8; }

 p { color: rgb(189,78,168); }

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

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

 a { background-color: rgb(189,78,168); }

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

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

 span { border-color: rgb(189,78,168); }

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