#BD3EB9

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

Shades of Fuchsia #BD3EB9

Tints of Fuchsia #BD3EB9

Color information

#BD3EB9 (or 0xBD3EB9) is unknown color: approx Fuchsia. HEX triplet: BD, 3E and B9. RGB value is (189,62,185). Sum of RGB (Red+Green+Blue) = 189+62+185=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3EB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3EB9 is #42C146. Grayscale: #717171. Windows color (decimal): -4374855 or 12140221. OLE color: 12140221.

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

Color convert

RGB18962185-
CMYK00.670.020.26
HSL301.89º50.6%49.22%-
HSV(B)301.89º67.2%74.12%-
XYZ31.4717.7747.67-
YUV114168.08181.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 62 (24.61% from 255) = 14.22%
BLUE value IS 185 (72.66% from 255) = 42.43%
R=43.35%
G=14.22%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896218500.670.020.26301.8950.649.22
HexBD3EB904321A12e3331
Octal2757627101032324566361
Binary1011110111111010111001010000111011010100101110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3EB9; }

 p { color: rgb(189,62,185); }

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

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

 a { background-color: rgb(189,62,185); }

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

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

 span { border-color: rgb(189,62,185); }

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