#BD4EB8

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

Shades of Fuchsia #BD4EB8

Tints of Fuchsia #BD4EB8

Color information

#BD4EB8 (or 0xBD4EB8) is unknown color: approx Fuchsia. HEX triplet: BD, 4E and B8. RGB value is (189,78,184). Sum of RGB (Red+Green+Blue) = 189+78+184=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EB8 is #42B147. Grayscale: #7A7A7A. Windows color (decimal): -4370760 or 12078781. OLE color: 12078781.

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

Color convert

RGB18978184-
CMYK00.590.030.26
HSL302.7º45.68%52.35%-
HSV(B)302.7º58.73%74.12%-
XYZ32.3619.7347.45-
YUV123.27162.27174.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 78 (30.86% from 255) = 17.29%
BLUE value IS 184 (72.27% from 255) = 40.80%
R=41.91%
G=17.29%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897818400.590.030.26302.745.6852.35
HexBD4EB803B31A12f2e34
Octal2751162700733324575664
Binary1011110110011101011100001110111111010100101111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4EB8; }

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

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

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

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

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

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

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

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