#BD5EB9

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

Shades of Fuchsia #BD5EB9

Tints of Fuchsia #BD5EB9

Color information

#BD5EB9 (or 0xBD5EB9) is unknown color: approx Fuchsia. HEX triplet: BD, 5E and B9. RGB value is (189,94,185). Sum of RGB (Red+Green+Blue) = 189+94+185=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5EB9 is #42A146. Grayscale: #848484. Windows color (decimal): -4366663 or 12148413. OLE color: 12148413.

HSL color Cylindrical-coordinate representation of color #BD5EB9: hue angle of 302.53º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5EB9 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB18994185-
CMYK00.500.020.26
HSL302.53º41.85%55.49%-
HSV(B)302.53º50.26%74.12%-
XYZ33.7522.3348.43-
YUV132.78157.47168.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 94 (37.11% from 255) = 20.09%
BLUE value IS 185 (72.66% from 255) = 39.53%
R=40.38%
G=20.09%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899418500.500.020.26302.5341.8555.49
HexBD5EB903221A12f2a37
Octal2751362710622324575267
Binary1011110110111101011100101100101011010100101111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5EB9; }

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

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

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

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

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

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

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

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