#BD6EB1

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

Shades of Fuchsia #BD6EB1

Tints of Fuchsia #BD6EB1

Color information

#BD6EB1 (or 0xBD6EB1) is unknown color: approx Fuchsia. HEX triplet: BD, 6E and B1. RGB value is (189,110,177). Sum of RGB (Red+Green+Blue) = 189+110+177=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6EB1 is #42914E. Grayscale: #8D8D8D. Windows color (decimal): -4362575 or 11628221. OLE color: 11628221.

HSL color Cylindrical-coordinate representation of color #BD6EB1: hue angle of 309.11º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD6EB1 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB189110177-
CMYK00.420.060.26
HSL309.11º37.44%58.63%-
HSV(B)309.11º41.8%74.12%-
XYZ34.525.1544.63-
YUV141.26148.17162.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 110 (43.36% from 255) = 23.11%
BLUE value IS 177 (69.53% from 255) = 37.18%
R=39.71%
G=23.11%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911017700.420.060.26309.1137.4458.63
HexBD6EB102A61A135253b
Octal2751562610526324654573
Binary10111101110111010110001010101011011010100110101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6EB1; }

 p { color: rgb(189,110,177); }

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

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

 a { background-color: rgb(189,110,177); }

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

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

 span { border-color: rgb(189,110,177); }

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