#BD6BBE

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

Shades of Fuchsia #BD6BBE

Tints of Fuchsia #BD6BBE

Color information

#BD6BBE (or 0xBD6BBE) is unknown color: approx Fuchsia. HEX triplet: BD, 6B and BE. RGB value is (189,107,190). Sum of RGB (Red+Green+Blue) = 189+107+190=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD6BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BBE is #429441. Grayscale: #8C8C8C. Windows color (decimal): -4363330 or 12479421. OLE color: 12479421.

HSL color Cylindrical-coordinate representation of color #BD6BBE: hue angle of 299.28º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6BBE is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189107190-
CMYK0.010.4400.25
HSL299.28º38.97%58.24%-
HSV(B)299.28º43.68%74.51%-
XYZ35.5425.0551.68-
YUV140.98155.67162.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 107 (42.19% from 255) = 22.02%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=38.89%
G=22.02%
B=39.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891071900.010.4400.25299.2838.9758.24
HexBD6BBE12C01912b273a
Octal2751532761540314534772
Binary101111011101011101111101101100011001100101011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6BBE; }

 p { color: rgb(189,107,190); }

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

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

 a { background-color: rgb(189,107,190); }

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

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

 span { border-color: rgb(189,107,190); }

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