#BD4EBA

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

Shades of Fuchsia #BD4EBA

Tints of Fuchsia #BD4EBA

Color information

#BD4EBA (or 0xBD4EBA) is unknown color: approx Fuchsia. HEX triplet: BD, 4E and BA. RGB value is (189,78,186). Sum of RGB (Red+Green+Blue) = 189+78+186=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EBA is #42B145. Grayscale: #7B7B7B. Windows color (decimal): -4370758 or 12209853. OLE color: 12209853.

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

Color convert

RGB18978186-
CMYK00.590.020.26
HSL301.62º45.68%52.35%-
HSV(B)301.62º58.73%74.12%-
XYZ32.5719.8148.56-
YUV123.5163.27174.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 78 (30.86% from 255) = 17.22%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=41.72%
G=17.22%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897818600.590.020.26301.6245.6852.35
HexBD4EBA03B21A12e2e34
Octal2751162720732324565664
Binary1011110110011101011101001110111011010100101110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4EBA; }

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

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

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

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

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

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

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

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